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.
私はウェブサイトを持っていますが、問題に直面しています。ウィンドウサイズを小さくすると、マイページのさまざまなコンテンツが重なります。
サイズが小さくなるほど重なりが見られます。
私の問題を確認したい場合は、ここに私のウェブサイトがあります。
これに慣れた
body{min-width:1250px;} // according to your website
あなたに定義min-widthするbody
min-width
body
あなたのメイン div width is 1200pxがあなたを定義するよりもbody {min-width:1200px;}
div
width is 1200px
body {min-width:1200px;}