aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-04 09:02:50 +0200
committerChocobozzz <me@florianbigard.com>2022-05-04 09:02:59 +0200
commit26da644eab9ef62a3e559ac5626bb65a0b13a14d (patch)
tree95826f6881c28290ff8a657b07ae5966f9993370 /client/src/app/shared/shared-main
parent9295c68b74fe1f1e2e9f72009205d7f0379844c5 (diff)
downloadPeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.tar.gz
PeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.tar.zst
PeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.zip
Fix help component z-index
Diffstat (limited to 'client/src/app/shared/shared-main')
-rw-r--r--client/src/app/shared/shared-main/misc/help.component.html1
-rw-r--r--client/src/app/shared/shared-main/misc/help.component.scss1
2 files changed, 0 insertions, 2 deletions
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 {