]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/misc/help.component.html
Fix help component z-index
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / misc / help.component.html
index 9a6d3e48e74290c82babbdf76441d6c5d8ab3552..360a476f6202ce165beb893cbbef83f62aa36541 100644 (file)
 <span
   role="button"
   class="help-tooltip-button"
-  container="body"
-  title="Get help"
-  i18n-title
+  [title]="title"
+  tabindex=0
   popoverClass="help-popover"
   [attr.aria-pressed]="isPopoverOpened"
   [ngbPopover]="tooltipTemplate"
   [placement]="tooltipPlacement"
-  autoClose="outside"
+  [autoClose]="autoClose"
   (onHidden)="onPopoverHidden()"
   (onShown)="onPopoverShown()"
 >
-  <my-global-icon iconName="help"></my-global-icon>
+  <my-global-icon [iconName]="iconName"></my-global-icon>
 </span>