feat(Sticky): support sticky to bottom (#7979)
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
.van-sticky {
|
||||
&--fixed {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: @sticky-z-index;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user