utilities.css 260 B

1234567891011121314
  1. :root {
  2. interpolate-size: allow-keywords;
  3. }
  4. .no-scrollbar {
  5. &::-webkit-scrollbar {
  6. display: none;
  7. }
  8. /* Hide scrollbar for IE, Edge and Firefox */
  9. & {
  10. -ms-overflow-style: none; /* IE and Edge */
  11. scrollbar-width: none; /* Firefox */
  12. }
  13. }