From f9016f71b71e4fd678bc50d59d2f8d041f0b0290 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 13 Jun 2022 15:44:07 +0200 Subject: Change z-order of action units vs spaces. Allow inspecting stacks even when the space they're in is an action space. --- play.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index fdd2389..598bf47 100644 --- a/play.css +++ b/play.css @@ -211,6 +211,9 @@ aside { width: 220px; } .highlight { cursor: pointer; +} + +.leader.highlight, .unit.highlight { z-index: 200; } -- cgit v1.2.3