fix
This commit is contained in:
@@ -49,4 +49,14 @@ main {
|
||||
.bottom-tabbar{
|
||||
height: calc(70px + env(safe-area-inset-bottom)) !important;
|
||||
padding-bottom: env(safe-area-inset-bottom) !important;
|
||||
}
|
||||
}
|
||||
.bottomsheet.banner{
|
||||
padding-bottom: env(safe-area-inset-bottom) !important;
|
||||
}
|
||||
.apply-row.bottom-padding{
|
||||
bottom: calc(70px + env(safe-area-inset-bottom)) !important;
|
||||
}
|
||||
.full-menu-modal{
|
||||
margin-top: env(safe-area-inset-top);
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user