yuna-c / outsourcing

https://outsourcing-gray.vercel.app
0 stars 2 forks source link

issue: 상속값으로 height 100%가 필요한 search 파일과 slide로 인해 footer가 안 나오는 이슈 #48

Closed yuna-c closed 1 month ago

yuna-c commented 1 month ago

https://github.com/yuna-c/outsourcing/blob/bf0471156e6f136948a5d0bc46cfe3e918ab66a0/src/assets/styles/index.css#L8-L28

https://github.com/yuna-c/outsourcing/blob/bf0471156e6f136948a5d0bc46cfe3e918ab66a0/src/components/pages/Main.jsx#L75-L82 카카오 맵의 모바일 미디어쿼리를 위해 상속값으로 잡은 height 값이 slide와 겹침으로 인해 생기는 이슈

https://github.com/yuna-c/outsourcing/blob/bf0471156e6f136948a5d0bc46cfe3e918ab66a0/src/components/pages/Search.jsx#L233-L274

map은 전체 100% 높이를 먹일때 부모요소의 높이를 상속 받는다

yuna-c commented 1 month ago

bf0471156e6f136948a5d0bc46cfe3e918ab66a0

49

useLocation으로 푸터 분기처리 해결 완료