Vier: The left menu does now appear reliably even if the user had scrolled down.
This commit is contained in:
parent
a718b0db21
commit
31c44bd398
|
@ -104,7 +104,8 @@ nav ul {
|
||||||
|
|
||||||
aside {
|
aside {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
/* position: absolute; */
|
||||||
|
position: fixed;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
left: -100%;
|
left: -100%;
|
||||||
|
|
Loading…
Reference in a new issue