mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-03 18:25:02 +08:00
fix: upside down funbox tooltip not visible on settings page (@fehmer) (#5602)
This commit is contained in:
parent
215862e6e1
commit
c937133036
1 changed files with 1 additions and 1 deletions
|
@ -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>`;
|
||||
|
|
Loading…
Reference in a new issue