Merge pull request #22299 from owncloud/erikpel-css-fix

App navigation scrolling (Possible fix for #22158)
This commit is contained in:
Thomas Müller 2016-02-17 10:52:58 +01:00
commit 85f02c8d2b
1 changed files with 4 additions and 1 deletions

View File

@ -255,7 +255,10 @@
opacity: .1;
}
#apps {
max-height: calc(100vh - 100px);
overflow:auto;
}
/* USER MENU -----------------------------------------------------------------*/