diff options
Diffstat (limited to 'client/src/app/shared/shared-main/misc')
-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 |
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 { |