From a8ff28829d1bf396420be0c26b5629d0c6757297 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Sat, 17 Jan 2026 18:24:29 -0300 Subject: [PATCH] fix: increment z-index --- .../components/scan-loading-screen/scan-loading-screen.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/components/scan-loading-screen/scan-loading-screen.scss b/src/app/components/scan-loading-screen/scan-loading-screen.scss index 0511e85..12688e3 100644 --- a/src/app/components/scan-loading-screen/scan-loading-screen.scss +++ b/src/app/components/scan-loading-screen/scan-loading-screen.scss @@ -1,6 +1,7 @@ :host { - display: flex; + display: block; height: 100%; position: absolute; width: 100%; + z-index: 999; }