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:
bmauger 2023-07-06 15:23:42 -04:00 committed by GitHub
commit 5b9fd29b10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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