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...
Use theoverflow-scrollutility to add scrollbars to an element. 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. ...