사용자:코코아/common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
html {
html {
    overflow: hidden;
     height: 100%;
     height: 100%;
     overscroll-behavior: none;
     overscroll-behavior: none;

2022년 1월 5일 (수) 16:01 판

html {
    height: 100%;
    overscroll-behavior: none;
}
body {
    height: 100%;
    overflow: auto;
}