Skip to content
Snippets Groups Projects
Unverified Commit 16d696e9 authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

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

Fix collapse button in app navigation in IE11
parents 7e6b8ca8 de84e037
No related branches found
No related tags found
No related merge requests found
...@@ -358,6 +358,10 @@ kbd { ...@@ -358,6 +358,10 @@ kbd {
height: 44px; height: 44px;
margin: 0; margin: 0;
z-index: 110; z-index: 110;
/* Needed for IE11; otherwise the button appears to the right of the
* link. */
left: 0;
} }
&:before { &:before {
position: absolute; position: absolute;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment