소스 검색

fix: loader-splash size

jmacura 5 년 전
부모
커밋
c3f06706e6
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/custom.scss

+ 3 - 3
src/custom.scss

@@ -21,9 +21,9 @@ html, body {
 }
 
 .loader-splash {
-  font-family: Arial, Helvetica, sans-serif; /* temporary workaround*/
-  height: 100%;
-  width: 100%;
+  font-family: Arial, Helvetica, sans-serif; /* temporary workaround for HSL 2.x */
+  height: 100vh;
+  width: 100vw;
   position: absolute;
   z-index: 1010;
   top: 0;