lgd-tab.css 211 B

123456789101112
  1. ::-webkit-scrollbar {
  2. display: none;
  3. width: 0 !important;
  4. height: 0 !important;
  5. -webkit-appearance: none;
  6. background: transparent;
  7. }
  8. uni-scroll-view .uni-scroll-view::-webkit-scrollbar {
  9. display: none
  10. }