Merge pull request #10974 from owncloud/fix-app-content-overflow

This fixes the double scrollbars issue
This commit is contained in:
Bernhard Posselt 2014-09-12 18:41:43 +02:00
commit d48b672791
1 changed files with 0 additions and 1 deletions

View File

@ -371,7 +371,6 @@
#app-content-wrapper {
min-width: 100%;
min-height: 100%;
overflow-y: auto;
}