prevent scrollbar when sidebar is open
This commit is contained in:
parent
584c47b433
commit
5d02b5663b
1 changed files with 6 additions and 1 deletions
|
@ -61,7 +61,12 @@
|
|||
}
|
||||
|
||||
|
||||
/* app sidebar toggle and swipe */
|
||||
/* APP SIDEBAR TOGGLE and SWIPE ----------------------------------------------*/
|
||||
|
||||
/* prevent scrollbar when sidebar is open */
|
||||
.snapjs-left #content-wrapper {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#app-navigation,
|
||||
#app-content {
|
||||
|
|
Loading…
Reference in a new issue