Merge pull request #12431 from nextcloud/stb14-ie11-width-fix
Fix IE rule for min width
This commit is contained in:
commit
846fa89045
|
@ -3,7 +3,7 @@
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
}
|
}
|
||||||
#app-content {
|
#app-content {
|
||||||
width: $navigation-width !important;
|
min-width: $navigation-width !important;
|
||||||
/**
|
/**
|
||||||
* set min height so the container will grow in IE11
|
* set min height so the container will grow in IE11
|
||||||
* https://stackoverflow.com/questions/28627879/flexbox-not-filling-height-in-ie11
|
* https://stackoverflow.com/questions/28627879/flexbox-not-filling-height-in-ie11
|
||||||
|
|
Loading…
Reference in New Issue