From 25e87e462610b1416737ede983edcd172c024fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Thu, 21 May 2020 15:55:18 +0200 Subject: [PATCH] MAPG-51 fix page overflow (showGuessButtonContainer is not absolute in non-mobile mode) --- public/static/css/mapguesser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/css/mapguesser.css b/public/static/css/mapguesser.css index 9552959..f9b0f1a 100644 --- a/public/static/css/mapguesser.css +++ b/public/static/css/mapguesser.css @@ -192,7 +192,7 @@ div.buttonContainer.bottom { @media screen and (min-width: 600px) { #showGuessButtonContainer { - visibility: hidden; + display: none; } #guess {