tweak submenu width for better ux

This commit is contained in:
Sarah Vaupel 2023-05-19 19:34:40 +00:00
parent f5955cf405
commit e1052c811a

View File

@ -27,11 +27,12 @@ header
padding: 2px 10px padding: 2px 10px
line-height: 1.5rem line-height: 1.5rem
// submenus
& > ul & > ul
display: none display: none
position: absolute position: absolute
width: 100vw
z-index: 1 z-index: 1
&:hover &:hover
background-color: red background-color: red
& > ul & > ul