로그인 페이지가 약관 등에 가리지 않도록 변경

This commit is contained in:
2018-07-27 18:47:48 +09:00
parent 7c4fefe672
commit 7d8fea286a
2 changed files with 13 additions and 0 deletions
+11
View File
@@ -87,6 +87,17 @@ input::-webkit-input-placeholder {
align-items: center;
}
.full-content {
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
margin:0;
padding:0;
z-index:800;
}
#btn_kakao_login{
cursor: pointer;
height:46px;