Scrollbar Width
Utilities for controlling the width of an element's scrollbars.
| Class | CSS Output |
|---|---|
scrollbar-none |
|
scrollbar-auto |
|
scrollbar-thin |
|
scrollbar-none
scrollbar-width: none;
scrollbar-auto
scrollbar-width: auto;
scrollbar-thin
scrollbar-width: thin;
Reference
| scrollbar-width | MDN ↗ |
CSS Properties
scrollbar-width