added logic for off/on pointer-events if start-game, saper

This commit is contained in:
Kostya
2024-01-21 10:00:28 +03:00
parent 29806252e3
commit 442f38b1a6
2 changed files with 19 additions and 6 deletions

View File

@@ -331,6 +331,14 @@ input[type="number"]::-webkit-outer-spin-button {
pointer-events: none;
}
.game-start {
pointer-events: unset !important;
}
.game-start__menu-off {
pointer-events: none;
}
.hidden {
opacity: 0 !important;
}