mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Fixed hover issue - now allows scrolling
This commit is contained in:
parent
33ecbfa95b
commit
9ee0964d0e
2 changed files with 18 additions and 3 deletions
|
@ -50,8 +50,8 @@ HTMLOperation.prototype.toStubHtml = function(removeIcon) {
|
|||
let html = "<li class='operation'";
|
||||
|
||||
if (this.description) {
|
||||
html += " data-container='body' data-toggle='popover' data-placement='auto right'\
|
||||
data-content=\"" + this.description + "\" data-html='true' data-trigger='focus' tabindex='0'";
|
||||
html += " data-container='body' data-placement='auto right'\
|
||||
data-content=\"" + this.description + "\"";
|
||||
}
|
||||
|
||||
html += ">" + this.name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue