We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385aedc commit 96cc67dCopy full SHA for 96cc67d
1 file changed
src/pages/components/layout/SiderGuide.tsx
@@ -48,7 +48,7 @@ const SiderGuide: React.ForwardRefRenderFunction<{ open: () => void }, object> =
48
content: <CustomTrans i18nKey="guide_script_list_content" />,
49
target: "#script-list",
50
title: t("guide_script_list_title"),
51
- placement: "auto",
+ placement: "center",
52
},
53
];
54
0 commit comments