vant/src-next/sidebar/index.less
2020-07-12 15:24:05 +08:00

8 lines
124 B
Plaintext

@import '../style/var';
.van-sidebar {
width: @sidebar-width;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}