📚 [CSS] height: fit-content 사용법

Category: CSS | 📅 August 27, 2021

fit-content 를 사용할때는 2개의 추가 요소가 필요함.

ul {
    height:fit-content;
}
ui {
    display:block;
    overflow:auto;
    height:fit-content;
}
💭 Review
  • 꼴을 보니 언젠가 추가/수정하게 될 내용.
  • 📖 Please Note that...
  • [stackoverflow ]