Prevent clicking when hiding game bar & toast

This commit is contained in:
redphx 2024-05-10 20:34:54 +07:00
parent 49af04a3e0
commit 9988a55601
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@
&.bx-hide { &.bx-hide {
opacity: 0; opacity: 0;
pointer-events: none;
} }
button { button {

View File

@ -23,6 +23,7 @@
&.bx-hide { &.bx-hide {
opacity: 0; opacity: 0;
pointer-events: none;
} }
} }