diff options
-rw-r--r-- | core/css/ie.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/ie.scss b/core/css/ie.scss index f1a617f0975..2a776dc9a86 100644 --- a/core/css/ie.scss +++ b/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 |