Remove horizontal scroll caused by right sidebar

This commit is contained in:
Vincent Petry 2015-07-16 12:21:24 +02:00 committed by Arthur Schiwon
parent ad90ba27cd
commit d0f73d78f3
1 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,10 @@
min-height: 100%;
}
.app-files #app-content {
overflow-x: hidden;
}
/* icons for sidebar */
.nav-icon-files {
background-image: url('../img/folder.svg');