зеркало из https://github.com/nextcloud/server.git
Merge pull request #12359 from nextcloud/ie11-width-fix
Fix IE rule for min width
This commit is contained in:
Коммит
795cc8345d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче