如何防止滚动条导致内容位移?

时间:2021-07-03 10:36:21

标签: html css twitter-bootstrap scrollbar

网站上有几个块增加了文档的高度,导致出现滚动条和内容移动。我试图用 CSS 修复它:

html {margin-right: calc( -1 * (100vw - 100%));}    

但它根本不起作用。

也许是bootstrap的问题?

代码笔:https://codepen.io/pen/?template=abWOQdX

0 个答案:

没有答案
相关问题