From b35668c2fb8f0520dfec57eb02e32e07f428f0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Thu, 18 Jun 2020 16:37:32 +0200 Subject: [PATCH] MAPG-149 fix z-indexes --- public/static/css/mapguesser.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/static/css/mapguesser.css b/public/static/css/mapguesser.css index 8497a72..c492c19 100644 --- a/public/static/css/mapguesser.css +++ b/public/static/css/mapguesser.css @@ -251,7 +251,7 @@ div.modal { border-radius: 3px; padding: 20px; box-sizing: border-box; - z-index: 3; + z-index: 6; visibility: hidden; } @@ -263,7 +263,7 @@ div.modal { right: 0; background-color: #000000; opacity: 0.5; - z-index: 2; + z-index: 5; visibility: hidden; } @@ -329,7 +329,7 @@ div.buttonContainer>button { left: 50%; margin-top: -32px; margin-left: -32px; - z-index: 5; + z-index: 7; visibility: hidden; }