Merge pull request #15384 from nextcloud/fix-collapse-button-in-app-navigation-in-ie11

Fix collapse button in app navigation in IE11
This commit is contained in:
Morris Jobke 2019-05-06 14:08:35 +02:00 committed by GitHub
commit 16d696e94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -358,6 +358,10 @@ kbd {
height: 44px;
margin: 0;
z-index: 110;
/* Needed for IE11; otherwise the button appears to the right of the
* link. */
left: 0;
}
&:before {
position: absolute;