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.
HTML/CSS ページに入る余分な水平スペースを削除しようとしています。
これが発生する理由。
ありがとう
css プロパティを追加します: (「html」を必要な要素に置き換えます)
html { overflow: hidden; }
より具体的にしたい場合(Firefox以外で動作するかどうかはわかりません):
html { overflow-x: hidden; }