mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-28 12:37:00 +00:00
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:
parent
74c4ca27cc
commit
d033d60eb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue