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.
divに背景を追加したい。コンテンツの高さが小さくなると、背景がカットされます。min-height を追加すると、ウィンドウの高さが小さいときにスクロールバーが表示されます..助けてください)
あなたの質問を理解できたかどうかわかりませんが、これを試してください:
div { width: 100%; height:100%; background:#f00; color:#fff; position: fixed; }