Skip to content

Commit 16d696e

Browse files
authored
Merge pull request #15384 from nextcloud/fix-collapse-button-in-app-navigation-in-ie11
Fix collapse button in app navigation in IE11
2 parents 7e6b8ca + de84e03 commit 16d696e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

core/css/apps.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@ kbd {
358358
height: 44px;
359359
margin: 0;
360360
z-index: 110;
361+
362+
/* Needed for IE11; otherwise the button appears to the right of the
363+
* link. */
364+
left: 0;
361365
}
362366
&:before {
363367
position: absolute;

0 commit comments

Comments
 (0)