diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-03-05 13:59:55 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-03-08 00:31:32 +0100 |
commit | 9774254cfec697c7578a43252d457cc31ad4b6d0 (patch) | |
tree | a6ec24e492abb5a6bf4889f696bce5b06d9cce89 | |
parent | acc6351d6e3303523b5cf879ea40be84622d5d37 (diff) | |
download | server-9774254cfec697c7578a43252d457cc31ad4b6d0.tar.gz |
Tweak z-indexes.
-rw-r--r-- | public/common/play.css | 6 |
1 files changed, 3 insertions, 3 deletions
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); |