Development/CSS & SCSS
[CSS] mobile safari 높이 해결
moretz0921
2021. 1. 26. 23:04
출처
allthingssmitty.com/2020/05/11/css-fix-for-100vh-in-mobile-webkit/
CSS fix for 100vh in mobile WebKit - Matt Smith
WebKit handles 100vh in a way that differs from other browsers, which can complicate some layouts. But using -webkit-fill-available might be a good enough alternative to get by.
allthingssmitty.com