summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-05-24 12:04:56 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 12:53:17 +0100
commitd82a17ef567c6625178407f8eac03ff016e2c252 (patch)
treef05c573b9da4a2ce5dd250da1814b2f7d5617a58 /play.html
parentef5b4b013a1f61290da87cf03e274f77a5389110 (diff)
downloadhammer-of-the-scots-d82a17ef567c6625178407f8eac03ff016e2c252.tar.gz
Set z-index on zoomed blocks.
Diffstat (limited to 'play.html')
-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;