tweak submenu width for better ux
This commit is contained in:
parent
f5955cf405
commit
e1052c811a
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user