diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-05-24 12:04:56 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:12:55 +0100 |
commit | 6e98ceb1e8afdd2189ca94ba78f18ac3c3fc2c37 (patch) | |
tree | 9e74244301914d5d6885b5bc56f0f901409b404d | |
parent | f99efcb30feffb03a5769da0779eae9a273e0dc3 (diff) | |
download | richard-iii-6e98ceb1e8afdd2189ca94ba78f18ac3c3fc2c37.tar.gz |
Set z-index on zoomed blocks.
-rw-r--r-- | play.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 { |