diff --git a/web/css/main.css b/web/css/main.css
index 863fde0a..95e8faea 100644
--- a/web/css/main.css
+++ b/web/css/main.css
@@ -389,6 +389,10 @@ body {
background-color: #333 !important;
}
+#bottom-screen {
+ /* popups under the screen fix */
+ z-index: -1;
+}
#game-screen {
overflow: hidden;
diff --git a/web/game.html b/web/game.html
index c6e8abf9..1b76b7b6 100644
--- a/web/game.html
+++ b/web/game.html
@@ -85,21 +85,25 @@
STUNTURN = {{.STUNTURN}};
-
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
-