diff options
Diffstat (limited to 'public')
-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); |