Merge pull request #9254 from nextcloud/fix-app-sidebar-offset

Also adjust app sidebar offset to new header height
This commit is contained in:
Morris Jobke 2018-04-20 17:13:52 +02:00 committed by GitHub
commit 0580f498f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ kbd {
*/
#app-sidebar {
position: fixed;
top: 45px;
top: 50px;
right: 0;
left: auto;
bottom: 0;