fix
This commit is contained in:
@@ -50,3 +50,13 @@ main {
|
|||||||
height: calc(70px + env(safe-area-inset-bottom)) !important;
|
height: calc(70px + env(safe-area-inset-bottom)) !important;
|
||||||
padding-bottom: 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