diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-04 09:02:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-04 09:02:59 +0200 |
commit | 26da644eab9ef62a3e559ac5626bb65a0b13a14d (patch) | |
tree | 95826f6881c28290ff8a657b07ae5966f9993370 /client/src/app | |
parent | 9295c68b74fe1f1e2e9f72009205d7f0379844c5 (diff) | |
download | PeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.tar.gz PeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.tar.zst PeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.zip |
Fix help component z-index
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/app.component.scss | 1 | ||||
-rw-r--r-- | client/src/app/shared/shared-main/misc/help.component.html | 1 | ||||
-rw-r--r-- | client/src/app/shared/shared-main/misc/help.component.scss | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 4a32ad2d7..5f3e15d80 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -21,7 +21,6 @@ | |||
21 | top: 0; | 21 | top: 0; |
22 | width: 100%; | 22 | width: 100%; |
23 | background-color: pvar(--mainBackgroundColor); | 23 | background-color: pvar(--mainBackgroundColor); |
24 | z-index: z(header); | ||
25 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16); | 24 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16); |
26 | display: flex; | 25 | display: flex; |
27 | } | 26 | } |
diff --git a/client/src/app/shared/shared-main/misc/help.component.html b/client/src/app/shared/shared-main/misc/help.component.html index af8cb3b17..360a476f6 100644 --- a/client/src/app/shared/shared-main/misc/help.component.html +++ b/client/src/app/shared/shared-main/misc/help.component.html | |||
@@ -25,7 +25,6 @@ | |||
25 | <span | 25 | <span |
26 | role="button" | 26 | role="button" |
27 | class="help-tooltip-button" | 27 | class="help-tooltip-button" |
28 | container="body" | ||
29 | [title]="title" | 28 | [title]="title" |
30 | tabindex=0 | 29 | tabindex=0 |
31 | popoverClass="help-popover" | 30 | popoverClass="help-popover" |
diff --git a/client/src/app/shared/shared-main/misc/help.component.scss b/client/src/app/shared/shared-main/misc/help.component.scss index 1427faca4..32fafb446 100644 --- a/client/src/app/shared/shared-main/misc/help.component.scss +++ b/client/src/app/shared/shared-main/misc/help.component.scss | |||
@@ -19,7 +19,6 @@ | |||
19 | 19 | ||
20 | ::ng-deep { | 20 | ::ng-deep { |
21 | .help-popover { | 21 | .help-popover { |
22 | z-index: z(help-popover) !important; | ||
23 | max-width: 300px; | 22 | max-width: 300px; |
24 | 23 | ||
25 | .popover-body { | 24 | .popover-body { |