vending-machine/mobile/node_modules/@dcloudio/uni-components/style/sticky-header.css
2026-04-03 06:07:13 +08:00

6 lines
117 B
CSS

uni-sticky-header {
position: -webkit-sticky !important;
position: sticky !important;
top: 0px;
z-index: 1;
}