홈 배너
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user