Merge pull request #1210 from Safelite/CSR-1312-fix-overlay-clickthrough
CSR-1312 fix overlay not blocking mouse click/tap.
This commit is contained in:
commit
5b9fd29b10
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ export default {
|
|||
color: $white;
|
||||
background: $blue-700;
|
||||
box-shadow: 0 0 0 3px, 0 0 0 5.5px $blue-700;
|
||||
pointer-events: none;
|
||||
pointer-events: auto;
|
||||
}
|
||||
&.delay {
|
||||
// fixes flicker while transitioning between states
|
||||
|
|
|
|||
Loading…
Reference in a new issue