Skip to content

Commit 5161624

Browse files
committed
fix: menu hover: overflow
1 parent 09b8a69 commit 5161624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/page/GlobalLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
position: relative;
494494
z-index: 10;
495495
496-
.ant-layout-sider-children {
496+
.ant-layout-sider-children:hover {
497497
overflow-y: auto;
498498
}
499499

0 commit comments

Comments
 (0)