diff --git a/src/ux-components/loader/loader.vue b/src/ux-components/loader/loader.vue index eb244c796..f340dbe12 100644 --- a/src/ux-components/loader/loader.vue +++ b/src/ux-components/loader/loader.vue @@ -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; } }