聞きたいこと
ヘッダーとフッターが固定されたページを作成しているのですが、ヘッダーとフッターの間に存在しているメインコンテンツが、ヘッダー・フッター間全体に表示されません。
- 現状
- 理想
ソースコード
import React from "react"; export default function App() { return ( <div> <div style={{ display: "flex", position: "fixed", width: "100%", alignItems: "center", justifyContent: "center", margin: "0 auto", backgroundColor: "#F9F9F9", height: "114px" }} > <div style={{ display: "flex", alignItems: "center" }}> <div>Header</div> </div> </div> <div style={{ margin: "0 auto", paddingTop: "114px", backgroundColor: "#F9F9F9", height: "100%", overflow: "auto" }} > Body </div> <div style={{ display: "flex", position: "fixed", bottom: 0, left: 0, alignItems: "center", backgroundColor: "#ffffff", height: "96px", width: "100%", justifyContent: "center" }} > <div>Footer Center</div> </div> </div> ); }
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。