Fix IE rule for min width

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/12359/head
John Molakvoæ (skjnldsv) 7 years ago
parent 42121fe4d7
commit 563df2a9ea
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
  1. 2
      core/css/ie.scss

@ -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

Loading…
Cancel
Save