Skip to content
6 changes: 6 additions & 0 deletions packages/site-kit/src/lib/nav/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,12 @@ Top navigation bar for the application. It provides a slot for the left side, th
nav {
top: unset;
bottom: 0;

&.visible,
&:focus-within {
padding-bottom: env(safe-area-inset-bottom);
height: calc(var(--sk-nav-height) + env(safe-area-inset-bottom));
}
}

.menu {
Expand Down