From c177ac010e831e4fafceeb7a8d823f3b4ab72454 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 20 Dec 2021 19:52:47 +0100 Subject: Fix hide block function. --- play.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.html') diff --git a/play.html b/play.html index 751d79c..6b8d58c 100644 --- a/play.html +++ b/play.html @@ -108,7 +108,7 @@ stroke: white; } -#map.hide_blocks div.blocks { +#map.hide_blocks #blocks { visibility: hidden; } -- cgit v1.2.3