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