mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-12 18:18:57 +08:00
12 lines
148 B
Plaintext
12 lines
148 B
Plaintext
@import '../style/var';
|
|
|
|
.van-sticky {
|
|
&--fixed {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
z-index: @sticky-z-index;
|
|
}
|
|
}
|