首页 > 解决方案 > 由于标题,导航栏 Div 不完全可见

问题描述

问题

所以如果浏览器被最小化,我就有这个问题。我知道这是因为标题(水平条),但我不知道如何修复它。

JS 小提琴:https ://jsfiddle.net/xns9sr29/

.BaraSus { height: 75px; width: 100%; overflow-y: hidden; background-color: rgb(116, 184, 219); }
.BaraStanga { overflow-x: hidden; overflow-y: auto; position: fixed; background-color: rgb(140, 196, 226); height: 100%; width: 250px; }

标签: htmlcssoverflow

解决方案


推荐阅读