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.
デモ
本文の幅 100%、高さ 100% の 3 つのセクションを含むページがありますが、本文の幅の 200% である 1 つのセクションは例外です。このセクションでは、水平方向にスクロールして残りの div を表示できるようにしたいと考えていますが、現在のように残りのセクションの右側に空白を入れたくありません。設定body{ overflow-x:hidden;}すると、幅の広い div で水平方向にスクロールできません。助言がありますか?
body{ overflow-x:hidden;}