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:
commit
c687069709
1 changed files with 2 additions and 1 deletions
|
@ -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