aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/markdown-textarea.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-07-18 15:01:47 +0200
committerChocobozzz <me@florianbigard.com>2022-07-18 15:01:47 +0200
commitace01da3480e0de943cb028f9541790e0a015eb4 (patch)
treebcbbcf41c890a20fa6bb8115df09cf1f370b5a67 /client/src/app/shared/shared-forms/markdown-textarea.component.scss
parent58c44687f748a3ea5feafe6335fe962aea8186bd (diff)
downloadPeerTube-ace01da3480e0de943cb028f9541790e0a015eb4.tar.gz
PeerTube-ace01da3480e0de943cb028f9541790e0a015eb4.tar.zst
PeerTube-ace01da3480e0de943cb028f9541790e0a015eb4.zip
Fix z-index with custom homepage
Diffstat (limited to 'client/src/app/shared/shared-forms/markdown-textarea.component.scss')
-rw-r--r--client/src/app/shared/shared-forms/markdown-textarea.component.scss2
1 files changed, 1 insertions, 1 deletions
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;
80 } 80 }
81 81
82 &.maximized { 82 &.maximized {
83 z-index: #{z(header) - 1}; 83 z-index: #{z(root-header) - 1};
84 position: fixed; 84 position: fixed;
85 top: $header-height; 85 top: $header-height;
86 left: $menu-width; 86 left: $menu-width;