fix: upside down funbox tooltip not visible on settings page (@fehmer) (#5602)

This commit is contained in:
Christian Fehmer 2024-07-10 10:57:29 +02:00 committed by GitHub
parent 215862e6e1
commit c937133036
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -594,7 +594,7 @@ async function fillSettingsPage(): Promise<void> {
funbox.name
}' aria-label="${
funbox.info
}" data-balloon-pos="up" data-balloon-length="fit" style="transform:scaleX(-1) scaleY(-1);">${funbox.name.replace(
}" data-balloon-pos="up" data-balloon-length="fit" style="transform:scaleX(-1) scaleY(-1); z-index:1;">${funbox.name.replace(
/_/g,
" "
)}</div>`;