我正在使用引导网格系统,
当我滚动到窗口的右侧时,出现一个空白:
我在宽度上定义了主体:100vw;
如何删除该空间?
最佳答案
即使我们没有您的任何代码,我也可以稍作猜测。我以前有这个问题,这似乎可以解决我的问题。试试看。
html,body
{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
关于html - 无法在全 Angular bootstrap 上定义我的网站,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/47157206/