diff --git a/src/assets/css/game-bar.styl b/src/assets/css/game-bar.styl index 84cd586..a75bace 100644 --- a/src/assets/css/game-bar.styl +++ b/src/assets/css/game-bar.styl @@ -44,6 +44,7 @@ &.bx-hide { opacity: 0; + pointer-events: none; } button { diff --git a/src/assets/css/toast.styl b/src/assets/css/toast.styl index 264c902..30a672b 100644 --- a/src/assets/css/toast.styl +++ b/src/assets/css/toast.styl @@ -23,6 +23,7 @@ &.bx-hide { opacity: 0; + pointer-events: none; } }