수정
This commit is contained in:
@@ -40,8 +40,8 @@ main {
|
||||
}
|
||||
|
||||
header{
|
||||
padding-top: env(safe-area-inset-top) !important;
|
||||
height: calc(50px + env(safe-area-inset-top)) !important;
|
||||
/* padding-top: env(safe-area-inset-top) !important; */
|
||||
height: calc(50px + env(safe-area-inset-top)) !important;
|
||||
}
|
||||
main {
|
||||
padding-top: calc(50px + env(safe-area-inset-top)) !important;
|
||||
@@ -89,16 +89,16 @@ main {
|
||||
width: 85px;
|
||||
}
|
||||
|
||||
|
||||
.full-menu-header{
|
||||
position: fixed;
|
||||
z-index: 20;
|
||||
background-color: #ffffff;
|
||||
width: 100%;
|
||||
top: env(safe-area-inset-top);
|
||||
}
|
||||
.full-menu-top-nav{
|
||||
position: fixed;
|
||||
top: 50px;
|
||||
top: calc(50px + env(safe-area-inset-top));
|
||||
z-index: 20;
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
@@ -106,7 +106,7 @@ main {
|
||||
}
|
||||
.full-menu-keywords-wrap{
|
||||
position: fixed;
|
||||
top: 166px;
|
||||
top: calc(166px + env(safe-area-inset-top));
|
||||
z-index: 20;
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
@@ -118,7 +118,7 @@ main {
|
||||
|
||||
.full-menu-list{
|
||||
position: absolute;
|
||||
top: 234px;
|
||||
top: calc(234px + env(safe-area-inset-top));
|
||||
margin-top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user