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.
在宽度大于移动视口宽度的页面中。我可以向左或向右滑动以水平滚动。如何删除它?因为我会手动使用 javascript 进行水平滚动。
您可以使用 CSS溢出-x属性:
html, body { overflow-x: hidden; }