CSR-1312 fix overlay not blocking mouse click/tap.
This commit is contained in:
parent
12deeb8109
commit
baf675b18d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue