From e2f4af7e507a37593c6227ee2129df4682806e74 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 30 Oct 2023 12:50:42 +0100 Subject: always show available/eliminated force panels avoids funky animations when they are toggled on and off. --- play.html | 1 + 1 file changed, 1 insertion(+) (limited to 'play.html') diff --git a/play.html b/play.html index 2d5a9de..859d4fa 100644 --- a/play.html +++ b/play.html @@ -397,6 +397,7 @@ main { background-color: dimgray } flex-wrap: wrap; padding: 20px; gap: 14px; + min-height: 43px; } -- cgit v1.2.3