Skip to content
Snippets Groups Projects
Commit dc013d9d authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon:
Browse files

Add appendTo setting to tippy.js initialisation

parent 0fb2790f
No related branches found
No related tags found
1 merge request!81Add info tooltip
Pipeline #55254 passed
...@@ -33,6 +33,7 @@ export class TooltipElement extends ScopedElementsMixin(DBPLitElement) { ...@@ -33,6 +33,7 @@ export class TooltipElement extends ScopedElementsMixin(DBPLitElement) {
tippy(this._('#tooltip-icon'), { tippy(this._('#tooltip-icon'), {
content: this.textContent, content: this.textContent,
appendTo: this.shadowRoot,
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment