Merge pull request #2543 from paulkaplan/fix-gui-min-size

Bring in the min sizes for GUI to allow scrollable UI
This commit is contained in:
Ray Schamp 2018-12-27 16:10:59 -05:00 committed by GitHub
commit 7a7a6de4b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {