Merge pull request #12431 from nextcloud/stb14-ie11-width-fix

Fix IE rule for min width
This commit is contained in:
Morris Jobke 2018-11-13 15:08:31 +01:00 committed by GitHub
commit 846fa89045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
position: fixed !important;
}
#app-content {
width: $navigation-width !important;
min-width: $navigation-width !important;
/**
* set min height so the container will grow in IE11
* https://stackoverflow.com/questions/28627879/flexbox-not-filling-height-in-ie11