Files
2026-07-27 14:07:26 +08:00

6 lines
117 B
CSS

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