Files
vant/src/sticky/index.less
T
2021-02-02 20:31:14 +08:00

9 lines
114 B
Plaintext

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