diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-forms/markdown-textarea.component.scss | 2 |
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; |