Merged in hotfix/MAPG-51-fix-page-overflow-scrollbar-visi (pull request #26)

MAPG-51 fix page overflow (showGuessButtonContainer is not absolute in non-mobile mode)
This commit is contained in:
Bence Pőcze 2020-05-21 13:55:55 +00:00
commit eeceed1d58

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 {