MAPG-51 fix page overflow (showGuessButtonContainer is not absolute in non-mobile mode)

This commit is contained in:
Bence Pőcze 2020-05-21 15:55:18 +02:00
parent 5271dca19a
commit 25e87e4626

View File

@ -192,7 +192,7 @@ div.buttonContainer.bottom {
@media screen and (min-width: 600px) { @media screen and (min-width: 600px) {
#showGuessButtonContainer { #showGuessButtonContainer {
visibility: hidden; display: none;
} }
#guess { #guess {