由于标题,导航栏Div不完全可见

时间:2018-06-04 14:51:27

标签: html css overflow

The Problem

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

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; }

0 个答案:

没有答案