2 lines
100 B
CSS
2 lines
100 B
CSS
:root{--van-sticky-z-index: 99}.van-sticky--fixed{position:fixed;z-index:var(--van-sticky-z-index)}
|