Stop capturing pointer-events on shop button loaders
This commit is contained in:
parent
7d82c29c51
commit
f322d4a9a3
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ export default {
|
|||
}
|
||||
&.allow-ui-interaction::before {
|
||||
//no-block to enable clicking on certain buttons with loaders while the loader is actives
|
||||
z-index: -1;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue