道歉,但我无法为此问题创建一个JSFiddle。
我有一个发生轻微(15px左右)右滚动的网站。
它只显示在一个粒子页面上:
我确定我在某些地方写过一些不好的CSS,但是我已经盯着它看了太长时间。
任何CSS大师都会看到修复程序吗?
答案 0 :(得分:1)
提供body {width: 100%; overflow-x: hidden}
和html {width: 100%; overflow-x: hidden !important}
<强> //修改
你还需要删除它:
.mm-page {
margin: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
并将position relative
添加到.mm-page
!
答案 1 :(得分:0)
使用Chrome检查网页时,会显示问题出在“#34; section-featured&#34;”部分。那里的div与班级&#34;行&#34;具有15px的负余量。在检查器中禁用此功能会删除右滚动。
<section class="section-featured">
<div class="row"> <!-- This div has a margin of -15px -->