summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-05-24 12:04:56 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:12:55 +0100
commit6e98ceb1e8afdd2189ca94ba78f18ac3c3fc2c37 (patch)
tree9e74244301914d5d6885b5bc56f0f901409b404d
parentf99efcb30feffb03a5769da0779eae9a273e0dc3 (diff)
downloadrichard-iii-6e98ceb1e8afdd2189ca94ba78f18ac3c3fc2c37.tar.gz
Set z-index on zoomed blocks.
-rw-r--r--play.html5
1 files changed, 5 insertions, 0 deletions
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 {