Merge pull request #1528 from Safelite/feature/csr-1733
Stop capturing pointer-events on shop button loaders
This commit is contained in:
commit
a4ea2ba985
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue