From bad7610ead8208da30f7645c2de02d4df97b836b Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 8 May 2023 15:19:37 -0700 Subject: [PATCH] x-loading: fix z-index Signed-off-by: Varun Patil --- src/components/XLoadingIcon.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/XLoadingIcon.vue b/src/components/XLoadingIcon.vue index 0267484d..c3676a24 100644 --- a/src/components/XLoadingIcon.vue +++ b/src/components/XLoadingIcon.vue @@ -30,6 +30,8 @@ export default defineComponent({ // https://codepen.io/nzbin/pen/GGrXbp .loading-icon { + z-index: 100000; + .higher { position: relative; height: 100%;