summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.html b/play.html
index 49e4389..ba9e0c8 100644
--- a/play.html
+++ b/play.html
@@ -140,8 +140,10 @@
body.shift .block.known:hover {
transform: scale(2) !important;
transition: 100ms;
+ z-index: 100;
}
+.battle .block { position: relative; }
.map .block { position: absolute; z-index: 2; }
.map .block.highlight { z-index: 3; }
.map .block.selected { z-index: 4; }