Skip to content

Commit 385aedc

Browse files
🐛 修复 脚本管理页面的tooltip提示被遮挡问题 (#1386) (#1387)
1 parent 10275aa commit 385aedc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/components/layout/Sider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const Sider: React.FC = () => {
169169
<Layout.Content
170170
style={{
171171
borderLeft: "1px solid var(--color-bg-5)",
172-
overflow: "hidden",
172+
// overflow: "hidden", //fix: 避免 tooltip 被遮挡
173173
padding: 0,
174174
height: "auto",
175175
boxSizing: "border-box",

0 commit comments

Comments
 (0)