Merge pull request #15391 from nextcloud/backport/15384/stable14

[stable14] Fix collapse button in app navigation in IE11
This commit is contained in:
Morris Jobke 2019-05-06 15:29:46 +02:00 committed by GitHub
commit e15960677a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -361,6 +361,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;