prevent scrollbar when sidebar is open

This commit is contained in:
Jan-Christoph Borchardt 2014-06-06 09:44:16 +02:00
parent 584c47b433
commit 5d02b5663b
1 changed files with 6 additions and 1 deletions

View File

@ -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 {