Skip to content

Commit

Permalink
fix: when mobile screen , side navigation must extend to the width of…
Browse files Browse the repository at this point in the history
… the screen
  • Loading branch information
yfanti committed May 16, 2024
1 parent 6b02d98 commit 7a425a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,16 @@
flex-direction: column;
}

.panels {
width: -webkit-fill-available;
}

html.is-clipped--nav {
overflow-y: hidden;
}

.nav-panel-menu {
overflow-y: scroll;
height: var(--nav-panel-menu-height);
}

.nav-panel-menu:not(.is-active) .nav-menu {
Expand Down

0 comments on commit 7a425a8

Please sign in to comment.