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 1905988..33a1e55 100644
--- a/play.html
+++ b/play.html
@@ -117,6 +117,7 @@ div.turn.year_1314 { left: 1511px; top: 1677px; }
body.shift .block.known:hover {
transform: scale(2) !important;
transition: 100ms;
+ z-index: 100;
}
.oldblocks div.block { border-radius: 8px; }
@@ -126,6 +127,10 @@ body.shift .block.known:hover {
position: absolute;
}
+.battle div.block {
+ position: relative;
+}
+
div.block {
background-size: cover;
background-repeat: no-repeat;