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.
+を使用してページ ビューを拡大すると、 Webサイトに HTML の問題が発生し、ブラウザに水平スクロール バーが表示されません。CTRL+
CSSルールを追加してみましたbody {overflow-x:auto;}が、その後、コンテンツがカットされたり、メニューがおかしくなったりします。
body {overflow-x:auto;}
誰かがそれを修正するのを手伝ってくれますか?
CSS の html タグに「overflow-x:hidden」があります。それを削除すると、準備完了です。「static.css」の行番号にあります。4.
お役に立てれば。