frio mobile: disable page scroll when aside is shown
This commit is contained in:
parent
1da4b9d942
commit
d162e689da
2 changed files with 17 additions and 0 deletions
|
@ -127,6 +127,8 @@ code {
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
/* prevent page scroll when the aside is opened **/
|
||||
body.aside-out { overflow: hidden; }
|
||||
}
|
||||
/*
|
||||
* standard page elements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue