sticky-header.css 117 B

123456
  1. uni-sticky-header {
  2. position: -webkit-sticky !important;
  3. position: sticky !important;
  4. top: 0px;
  5. z-index: 1;
  6. }