From da8a4af389b185f5dd0ff381a5eff46b96e04176 Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Tue, 22 May 2018 14:49:10 -0400 Subject: [PATCH] Reduce min height so that it barely fits --- src/playground/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playground/index.css b/src/playground/index.css index a8bd3c73a..edb710e70 100644 --- a/src/playground/index.css +++ b/src/playground/index.css @@ -8,7 +8,7 @@ body, /* Setting min height/width makes the UI scroll below those sizes */ min-width: 1024px; - min-height: 670px; /* Min height to fit sprite/backdrop button */ + min-height: 640px; /* Min height to fit sprite/backdrop button */ } /* @todo: move globally? Safe / side FX, for blocks particularly? */ -- GitLab