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, body要素heightを設定しまし100%たが、場合によってはこれが失敗するため、何を使用する必要がありますか?
html, body
height
100%
html, body { height: 100%; }
また
html, body { min-height: 100%; }
各方法には独自の欠点があるため、これは意見に基づくものではありません。推奨される方法とその理由は何ですか?