index.less 153 B

1234567
  1. .dashboard {
  2. overflow: -moz-scrollbars-none !important;
  3. -ms-overflow-style: none !important;
  4. &::-webkit-scrollbar {
  5. width: 0 !important;
  6. }
  7. }