{{ 'help-mode.text' | translate }}
+{{ 'help-mode.bottom-text' | translate }}
{{ 'help-mode.instructions' | translate }} diff --git a/src/lib/help-mode/help-mode/help-mode.component.scss b/src/lib/help-mode/help-mode/help-mode.component.scss index 421d474..79090eb 100644 --- a/src/lib/help-mode/help-mode/help-mode.component.scss +++ b/src/lib/help-mode/help-mode/help-mode.component.scss @@ -42,7 +42,7 @@ border-right: 8px solid var(--iqser-helpmode-primary); border-top: 8px solid var(--iqser-helpmode-primary); border-bottom: 60px solid var(--iqser-helpmode-primary); - z-index: 5; + z-index: 2000; position: absolute; display: flex; justify-content: center;