summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {