Is it possible to increase the width of a scrollbar on a element placed inside the ? I am not talking about the def
element placed inside the ? I am not talking about the def
I am not talking about the def
This sets the scrollbar width:
::-webkit-scrollbar { width: 8px; // for vertical scroll bar height: 8px; // for horizontal scroll bar } // for Firefox add this class as well .thin_scroll{ scrollbar-width: thin; // auto | thin | none | ; }