Files
2026-08-11 17:41:36 +08:00

6 lines
117 B
CSS

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