How can I apply the ::-webkit-scrollbar pseudo elements to a component using inline styling in React?
How can I apply the ::-webkit-scrollbar pseudo elements to a component using inline styling in React?
React suggests this
<div style={{ '&::WebkitScrollbar': { width: 0, height: 0 } }}></div>