From ace01da3480e0de943cb028f9541790e0a015eb4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 18 Jul 2022 15:01:47 +0200 Subject: Fix z-index with custom homepage --- client/src/app/app.component.html | 4 ++-- client/src/app/app.component.scss | 4 ++-- client/src/app/shared/shared-forms/markdown-textarea.component.scss | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 629c04e6b..6a833b039 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html @@ -3,7 +3,7 @@
-
+
@@ -14,7 +14,7 @@
-
+
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 31e9987c6..229a99a2d 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -15,7 +15,7 @@ width: 100%; } -.header { +.root-header { height: $header-height; position: fixed; top: 0; @@ -49,7 +49,7 @@ } } -.header-right { +.root-header-right { height: $header-height; display: flex; align-items: center; diff --git a/client/src/app/shared/shared-forms/markdown-textarea.component.scss b/client/src/app/shared/shared-forms/markdown-textarea.component.scss index bbb266448..f4b74a2d4 100644 --- a/client/src/app/shared/shared-forms/markdown-textarea.component.scss +++ b/client/src/app/shared/shared-forms/markdown-textarea.component.scss @@ -80,7 +80,7 @@ $input-border-radius: 3px; } &.maximized { - z-index: #{z(header) - 1}; + z-index: #{z(root-header) - 1}; position: fixed; top: $header-height; left: $menu-width; -- cgit v1.2.3