From dbe2b98bb4e1cfc4c44c1b2221720addbd3c6dda Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sat, 23 Jul 2022 18:57:16 -0700 Subject: [PATCH] Don't overlap the atlas ontop of options This would prevent mouse input in some options in narrow screens --- demo/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/demo/style.css b/demo/style.css index cebd08e01c..04e8a57065 100644 --- a/demo/style.css +++ b/demo/style.css @@ -45,7 +45,6 @@ pre { #container { display: flex; - height: 75vh; } #grid { flex: 1;