Add min-height back: Dashboard in a mobile mode needs it

to display note, “powered by Uppy” and list of services properly
This commit is contained in:
Artur Paikin 2019-02-26 18:23:02 +03:00
parent 74c4ca27cc
commit d033d60eb8

View file

@ -116,7 +116,7 @@
max-width: 100%; /* no !important */
max-height: 100%; /* no !important */
// min-width: 290px;
// min-height: 400px;
min-height: 450px;
outline: none;
border: 1px solid rgba($color-gray, 0.2);
border-radius: 5px;