prevent horizontal scrollbar

This commit is contained in:
Jan-Christoph Borchardt 2014-06-05 17:28:01 +02:00
parent 990405d6ee
commit 2163d556bf

View file

@ -62,6 +62,10 @@
/* app sidebar toggle and swipe */
#content-wrapper {
overflow: hidden;
}
#app-navigation,
#app-content {
position: absolute;