UNPKG

vantui-edit

Version:

一套适用于Taro3及React的vantui组件库

16 lines (13 loc) 241 B
/* stylelint-disable no-descending-specificity */ @import '../style/var.less'; .van-sticky { position: relative; &-wrap { &--fixed { position: fixed; right: 0; left: 0; z-index: @sticky-z-index; } } }