Use display: flex on nav

This commit is contained in:
Manuel Kaufmann 2025-01-23 11:43:01 +01:00
parent 0accb080cb
commit 5d08290d04
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -321,7 +321,6 @@ html
top: 0
bottom: 0
left: 0
padding-bottom: 2.5em
width: $nav-desktop-width
overflow-x: hidden
overflow-y: hidden
@ -329,6 +328,8 @@ html
color: $menu-medium
background: $nav-background-color
z-index: $z-index-popover
display: flex
flex-direction: column
.wy-side-scroll
width: $nav-desktop-width + 20px