소스 검색

fix body min-height

Michael Wang 3 년 전
부모
커밋
f2bdd88b21
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/styles/global.css

+ 1 - 1
src/styles/global.css

@@ -7,7 +7,7 @@ body {
   font-weight: var(--app-font-weight);
   color: var(--app-color-text-main);
   min-width: var(--app-min-width);
-  min-height: 600px;
+  min-height: 100vh;
   font-family: var(--app-font-family);
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;