From 113c33f7539f1545e0d0cc8c5b87ba8cd91ee0ff Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 5 Jul 2024 13:03:18 +0200 Subject: robust layout --- play.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index d39543a..1aa535f 100644 --- a/play.css +++ b/play.css @@ -171,10 +171,12 @@ body.America header.your_turn { background-color: hsl(211, 50%, 75%) } .general.action { box-shadow: 0 0 0 3px yellow, 0 0 2px 4px black; + z-index: 2; } .general.selected { box-shadow: 0 0 0 3px aqua, 0 0 2px 4px black; + z-index: 1; } /* CARDS */ -- cgit v1.2.3