From de06c13619d2136f8d9ba58ec83442486e34a2e1 Mon Sep 17 00:00:00 2001 From: Tipx-L <138244655+Tipx-L@users.noreply.github.com> Date: Tue, 26 Sep 2023 01:05:12 +0800 Subject: [PATCH] Fix. --- game/game.js | 1 + 1 file changed, 1 insertion(+) diff --git a/game/game.js b/game/game.js index 6914ab241..63fc589e5 100644 --- a/game/game.js +++ b/game/game.js @@ -4027,6 +4027,7 @@ style.width='150px'; const firstChild=node.firstChild; firstChild.removeAttribute('class'); + firstChild.style.position='initial'; if(link=='false') return; const ruby=document.createElement('ruby'); ruby.textContent=name;