Files
vant/src/sticky/index.less
2021-01-31 16:43:49 +08:00

9 lines
109 B
Plaintext

@import '../style/var';
.van-sticky {
&--fixed {
position: fixed;
z-index: @sticky-z-index;
}
}