我有一个100%宽度的固定标题.
#header { background: #2e2e2e; width: 100%; z-index: 999; position: fixed; }
浏览器滚动条在我的固定div下.如何解决?
css css-position
css ×1
css-position ×1