aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/misc/help.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/misc/help.component.scss')
-rw-r--r--client/src/app/shared/misc/help.component.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/shared/misc/help.component.scss b/client/src/app/shared/misc/help.component.scss
index f55a516e4..3c8b66cd5 100644
--- a/client/src/app/shared/misc/help.component.scss
+++ b/client/src/app/shared/misc/help.component.scss
@@ -17,6 +17,7 @@
17 17
18::ng-deep { 18::ng-deep {
19 .help-popover { 19 .help-popover {
20 z-index: z(help-popover) !important;
20 max-width: 300px; 21 max-width: 300px;
21 22
22 .popover-body { 23 .popover-body {
@@ -26,7 +27,7 @@
26 font-size: 13px; 27 font-size: 13px;
27 background-color: var(--mainBackgroundColor); 28 background-color: var(--mainBackgroundColor);
28 color: var(--mainForegroundColor); 29 color: var(--mainForegroundColor);
29 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); 30 border-radius: 3px;
30 31
31 p { 32 p {
32 margin-bottom: 0; 33 margin-bottom: 0;