mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(Sidebar): set overflow-y auto (#5921)
This commit is contained in:
parent
3ab7ac328c
commit
9d96614425
@ -2,4 +2,6 @@
|
|||||||
|
|
||||||
.van-sidebar {
|
.van-sidebar {
|
||||||
width: @sidebar-width;
|
width: @sidebar-width;
|
||||||
|
overflow-y: auto;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user