From d033d60eb82556fcccce8b6dbc3045768d8bbb2a Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Tue, 26 Feb 2019 18:23:02 +0300 Subject: [PATCH] Add min-height back: Dashboard in a mobile mode needs it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to display note, “powered by Uppy” and list of services properly --- packages/@uppy/dashboard/src/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@uppy/dashboard/src/style.scss b/packages/@uppy/dashboard/src/style.scss index e5c0d61db..a97efcb15 100644 --- a/packages/@uppy/dashboard/src/style.scss +++ b/packages/@uppy/dashboard/src/style.scss @@ -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;