From 9774254cfec697c7578a43252d457cc31ad4b6d0 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 5 Mar 2022 13:59:55 +0100 Subject: Tweak z-indexes. --- public/common/play.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/common/play.css b/public/common/play.css index efd6d88..d4560b9 100644 --- a/public/common/play.css +++ b/public/common/play.css @@ -112,7 +112,7 @@ aside { footer { position:absolute; - z-index: 100; + z-index: 500; bottom: 0; background-color: white; padding: 0 8px; @@ -142,7 +142,7 @@ footer { white-space: nowrap; border: 1px solid black; background-color: white; - z-index: 100; + z-index: 501; } .menu:hover .menu_popup { display: block; @@ -308,7 +308,7 @@ header .replay button { left: 10px; top: 55px; width: 40rem; - z-index: 60; + z-index: 500; border: 1px solid black; background-color: white; box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); -- cgit v1.2.3