본문 바로가기

코딩/HTML, CSS

width:100vw; height:100vh가 안 먹힐 때

728x90


html, body { width: 100%; height: 100%; }

자식 태그 {width: 100%; height 100%;}

 

 최상위 부모 태그에 position: fixed; overflow: hidden;

 

 

'코딩 > HTML, CSS' 카테고리의 다른 글

window.innerHeight  (0) 2021.07.30
invoke  (0) 2021.07.30
input 태그의 required 속성  (0) 2021.07.29
<button> 태그의 type 속성 :reset  (0) 2021.07.24
<input> 태그의 autofocus 속성  (0) 2021.07.23