mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-28 04:16:35 +08:00
8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
@import '../style/var';
|
|
|
|
.van-sidebar {
|
|
width: @sidebar-width;
|
|
overflow-y: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|