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要素に背景色とbox-shadow(インセット)を使用し、設定する場合
hmtl,body {min-height:100%;}
背景色のみが正しく表示されます。ページのコンテンツがブラウザ ウィンドウよりも短い場合、ボックス シャドウは背景色よりも先に停止します。
理由はありますか?
試す
html {height:100%;} body {min-height:100%;}