mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 20:58:27 +02:00
Prevent clicking when hiding game bar & toast
This commit is contained in:
@@ -44,6 +44,7 @@
|
|||||||
|
|
||||||
&.bx-hide {
|
&.bx-hide {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
@@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
&.bx-hide {
|
&.bx-hide {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user