diff --git a/src/web/HTMLOperation.mjs b/src/web/HTMLOperation.mjs index 81ccd821..ba206037 100755 --- a/src/web/HTMLOperation.mjs +++ b/src/web/HTMLOperation.mjs @@ -52,14 +52,14 @@ class HTMLOperation { const infoLink = this.infoURL ? `
${titleFromWikiLink(this.infoURL)}` : ""; html += ` data-container='body' data-toggle='popover' data-placement='right' - data-content="${this.description}${infoLink}" data-html='true' data-trigger='hover' + data-content="${this.description}${infoLink}" data-html='true' data-trigger='hover focus' data-boundary='viewport'`; } html += ">" + this.name; if (removeIcon) { - html += "delete"; + html += "delete"; } html += ""; diff --git a/src/web/html/index.html b/src/web/html/index.html index 5c3c3263..4f90daad 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -536,7 +536,7 @@