EASYAIuniappNewUI/node_modules/@dcloudio/uni-components/style/sticky-header.css
2025-02-08 18:50:38 +08:00

6 lines
117 B
CSS

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