홈 배너

This commit is contained in:
focp212@naver.com
2025-10-01 17:15:57 +09:00
parent 0e89a1277c
commit 35f8f1dbd6
9 changed files with 66 additions and 26 deletions

View File

@@ -88,7 +88,9 @@ main {
.billing-label{
width: 85px;
}
.full-menu-container{
padding-top: 234px;
}
.full-menu-header{
position: fixed;
z-index: 20;
@@ -117,8 +119,8 @@ main {
}
.full-menu-list{
position: absolute;
top: calc(234px + env(safe-area-inset-top));
position: relative;
top: calc(env(safe-area-inset-top));
margin-top: 0;
width: 100%;
}