Skip to content

Commit 3e7f253

Browse files
committed
fix: slider hover style #130
1 parent b2c5251 commit 3e7f253

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/global.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,10 @@ body {
355355
height: auto;
356356

357357
.ant-layout-sider-children {
358-
overflow-y: auto;
358+
overflow-y: hidden;
359+
&:hover{
360+
overflow-y: auto;
361+
}
359362
}
360363

361364
&.ant-fixed-sidemenu {

0 commit comments

Comments
 (0)