From 6e98ceb1e8afdd2189ca94ba78f18ac3c3fc2c37 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 24 May 2021 12:04:56 +0200 Subject: Set z-index on zoomed blocks. --- play.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index 8d973fe..00baf27 100644 --- a/play.html +++ b/play.html @@ -117,6 +117,11 @@ X.map svg path.area.highlight:hover { body.shift .block.known:hover { transform: scale(2) !important; transition: 100ms; + z-index: 100; +} + +.battle div.block { + position: relative; } .map div.block { -- cgit v1.2.3