Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Last active January 7, 2023 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksakae1216/d92960dd84a40b76a79cc5d4f632b96d to your computer and use it in GitHub Desktop.
Save ksakae1216/d92960dd84a40b76a79cc5d4f632b96d to your computer and use it in GitHub Desktop.
<div style="display: flex; height: 100vh; flex-direction: column;">
<div style="flex: none;">
ここは高さを指定
</div>
<div style="flex: 1 1 auto; overflow: auto;">
ここは残りの領域を埋めてくれる
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment