Skip to content

Commit 596b36e

Browse files
committed
fix
1 parent ea95c21 commit 596b36e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • frontend/src/ts/components/pages/settings/custom-setting

frontend/src/ts/components/pages/settings/custom-setting/Funbox.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ export function Funbox(): JSXElement {
4444
}
4545
if (funbox.name === "upside_down") {
4646
return {
47-
transform: "scaleY(-1)",
47+
transform: "rotate(180deg)",
48+
"z-index": 2,
4849
};
4950
}
5051
return undefined;

0 commit comments

Comments
 (0)