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