From da8d60706fd9ddcb50e81a0187211f29ae37ae1c Mon Sep 17 00:00:00 2001 From: Paul Kaplan Date: Thu, 27 Dec 2018 11:12:34 -0500 Subject: [PATCH] Bring in the min sizes for GUI to allow scrollable UI --- src/views/preview/preview.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/preview/preview.scss b/src/views/preview/preview.scss index 18a319c58..60bb0560c 100644 --- a/src/views/preview/preview.scss +++ b/src/views/preview/preview.scss @@ -18,6 +18,11 @@ $stage-width: 480px; margin: 0; width: 100%; height: 100%; + + /* Setting min height/width makes the UI scroll below those sizes */ + /* Copied from GUI playground index.css */ + min-width: 1024px; + min-height: 640px; /* Min height to fit sprite/backdrop button */ } .page-has-admin-panel {