Merge pull request #2068 from annando/1511-vier-mobile-aside

Vier-Mobile: The left menu does now appears even when scrolled down
This commit is contained in:
Tobias Diekershoff 2015-11-12 09:09:28 +01:00
commit c687069709
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%;