Merge pull request #1528 from Safelite/feature/csr-1733

Stop capturing pointer-events on shop button loaders
This commit is contained in:
chloeherdsafelite 2023-11-14 16:08:09 -05:00 committed by GitHub
commit a4ea2ba985
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ export default {
} }
&.allow-ui-interaction::before { &.allow-ui-interaction::before {
//no-block to enable clicking on certain buttons with loaders while the loader is actives //no-block to enable clicking on certain buttons with loaders while the loader is actives
z-index: -1; pointer-events: none;
} }
} }
</style> </style>