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

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-navigation,
#app-content { #app-content {