CSR-1312 fix overlay not blocking mouse click/tap.

This commit is contained in:
Bryan Mauger 2023-07-06 15:14:25 -04:00
parent 12deeb8109
commit baf675b18d

View file

@ -100,7 +100,7 @@ export default {
color: $white; color: $white;
background: $blue-700; background: $blue-700;
box-shadow: 0 0 0 3px, 0 0 0 5.5px $blue-700; box-shadow: 0 0 0 3px, 0 0 0 5.5px $blue-700;
pointer-events: none; pointer-events: auto;
} }
&.delay { &.delay {
// fixes flicker while transitioning between states // fixes flicker while transitioning between states