mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Bring in the min sizes for GUI to allow scrollable UI
This commit is contained in:
parent
8d1971876f
commit
da8d60706f
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue