feat(Sidebar): set overflow-y auto (#5921)
This commit is contained in:
@@ -2,4 +2,6 @@
|
|||||||
|
|
||||||
.van-sidebar {
|
.van-sidebar {
|
||||||
width: @sidebar-width;
|
width: @sidebar-width;
|
||||||
|
overflow-y: auto;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user