What we’ve seen so far is how to disable scrollbars using the fixed property or the overflow property. It’s possible you may not want to disable the scrollbar but only wish to hide the scrollbar. In such a case, you can make use of the --webkit-scrollbar pseudo-selector to hide...
/* For IE, Edge and Firefox / .scrollbar-hide { -ms-overflow-style: none; / IE and Edge / scrollbar-width: none; / Firefox */ }` ️ 1 tinncdev commented Nov 24, 2023 I'm having scroll issue with flexbox inside DialogContent For example: <DialogContent className='h-full'...
Unlikeoverflow-auto, which only shows scrollbars if they are necessary, this utility always shows them. Note that some operating systems (like macOS) hide unnecessary scrollbars regardless of this setting. Responsive design Prefixanoverflowutilitywith a breakpoint variant likemd:to only apply the ut...