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.
我有一个有 3 页的网站,其中一个有滚动条。在没有滚动条的页面和有滚动条的页面之间切换时,导航栏会改变位置,并且过渡看起来很糟糕。这是因为我有一个基于 css/div 的布局,并且它以窗口为中心。那么,由于它只会覆盖空白,有没有办法让滚动条位于页面顶部,而不是将页面缩小到它旁边?
不,您不能将滚动条放在页面上,但您可以强制它显示在所有页面上,因此不会有跳转:
html { overflow-y: scroll; }