mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #15389 from nextcloud/backport/15384/stable16
[stable16] Fix collapse button in app navigation in IE11
This commit is contained in:
commit
fc6f8077bd
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue