Files
wechatpay-enterprise-web/node_modules/vant/lib/sticky/index.less
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

12 lines
148 B
Plaintext

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