how to hide scroll bar in react code example Example: react hide scrollbar *{ -ms-overflow-style: none; } ::-webkit-scrollbar { display: none; }