mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00: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;
|
|
}
|