diff options
-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 { |