Skip to content

Commit 9c031b8

Browse files
committed
fix: 修复了左边栏弹出框错位的问题
1 parent 76f5d6b commit 9c031b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/layout/SidebarLeft.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ watch(
396396
.settings-popover {
397397
position: absolute;
398398
left: 48px;
399-
bottom: 16px;
399+
bottom: -1px;
400400
width: 200px;
401401
background-color: var(--bg-sidebar);
402402
border: 1px solid var(--border-color);

0 commit comments

Comments
 (0)