vant/src/sidebar/index.less
2020-03-26 08:47:00 -04:00

8 lines
124 B
Plaintext

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