瀏覽代碼

로그인 페이지 수정

whakdo963 2 年之前
父節點
當前提交
5475135a3b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/webapp/mobile/css/style.css

+ 1 - 1
src/main/webapp/mobile/css/style.css

@@ -12,7 +12,7 @@
12 12
 section {}
13 13
 form.area_full{display:flex; flex-direction:column; height:calc(100vh - 49px);}
14 14
 form.put_btn{display:flex; flex-direction:column; height:calc(100vh - 96px);}
15
-body{background: #fff; position: relative; width: 100%; height: auto; font-family: 'KoPub Dotum';
15
+body{background: #fff; position: relative; width: 100%; height: 100%; font-family: 'KoPub Dotum';
16 16
 	overflow:scroll-y; 
17 17
 	-webkit-overflow-scrolling:touch;}
18 18
 body .login {position:fixed;}