Merge pull request #12359 from nextcloud/ie11-width-fix

Fix IE rule for min width
This commit is contained in:
Morris Jobke 2018-11-12 23:45:17 +01:00 committed by GitHub
commit 795cc8345d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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