Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于大量数据,垂直滚动可见时如何修复中心内容的位置。它轻微移动,如下图所示:
没有垂直滚动很好
现在垂直滚动:
滚动可见时如何修复中央div?
一个常见的解决方案是始终显示滚动条,无论是否需要。
只需添加overflow:scroll-y到 body 元素。
overflow:scroll-y