login화면 이미지에 header 가리지 않게 수정

master
DESKTOP-QGC5RJO\DBNT 2022-04-20 10:27:23 +09:00
parent 9e2106248e
commit 2aece8230f
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
border-radius: 20px;
}
header{
z-index:300;
background-color: white;
}
body{
overflow: hidden;
}