This commit is contained in:
focp212@naver.com
2025-09-16 11:14:26 +09:00
parent 4b5ce82408
commit 9e40d47326

View File

@@ -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);
}