Stop capturing pointer-events on shop button loaders

This commit is contained in:
Chloe Herd 2023-11-14 15:21:37 -05:00
parent 7d82c29c51
commit f322d4a9a3

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>