Vier: The left menu does now appear reliably even if the user had scrolled down.

This commit is contained in:
Michael Vogel 2015-11-12 08:57:57 +01:00
parent a718b0db21
commit 31c44bd398
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ nav ul {
aside {
display: block;
position: absolute;
/* position: absolute; */
position: fixed;
max-width: 400px;
width: 80%;
left: -100%;