Account for safe area in label offset
This commit is contained in:
parent
09b7d71103
commit
f9ca93e0b0
1 changed files with 4 additions and 0 deletions
|
@ -1009,6 +1009,10 @@ body {
|
|||
--safe-area-inset-bottom: env(safe-area-inset-bottom, 0);
|
||||
}
|
||||
|
||||
.list-collapsible-label:has(.list-collapsible-input:checked) {
|
||||
bottom: calc(var(--mobile-navigation-height) + var(--safe-area-inset-bottom));
|
||||
}
|
||||
|
||||
.mobile-navigation {
|
||||
transform: translateY(calc(100% - var(--mobile-navigation-height) - var(--safe-area-inset-bottom)));
|
||||
padding-bottom: var(--safe-area-inset-bottom);
|
||||
|
|
Loading…
Add table
Reference in a new issue