mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
9 lines
109 B
Plaintext
9 lines
109 B
Plaintext
@import '../style/var';
|
|
|
|
.van-sticky {
|
|
&--fixed {
|
|
position: fixed;
|
|
z-index: @sticky-z-index;
|
|
}
|
|
}
|