From 86f89dfa1058a0816185650589c316538e357c5d Mon Sep 17 00:00:00 2001 From: Stein <86646466+IamSTEINI@users.noreply.github.com> Date: Fri, 2 Aug 2024 12:59:59 +0200 Subject: [PATCH] Fixed z-index --- src/app/app.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 0f47305..e2f1b91 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -3,7 +3,7 @@ position: absolute; top:60px; right: 40px; - z-index: 1000; + z-index: 998; } main {