From a887899bd50cfcee58e526cfaedd63830b636e06 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 bf569b5..03e6f33 100644 --- a/play.html +++ b/play.html @@ -103,7 +103,7 @@ position: absolute; } -#map.hide_blocks div.blocks { +#map.hide_blocks #blocks { visibility: hidden; } -- cgit v1.2.3