let the menu scroll
This commit is contained in:
parent
0d0a5677a0
commit
f41938a9eb
|
@ -58,6 +58,8 @@ header > details {
|
|||
position: fixed;
|
||||
top: 0;
|
||||
display: inline;
|
||||
max-height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
header > details[open] {
|
||||
background: $bg-dark;
|
||||
|
|
Loading…
Reference in New Issue