how to hide scrolling from a particular component in react code example
Example: react hide scrollbar
*{
-ms-overflow-style: none;
}
::-webkit-scrollbar {
display: none;
}
*{
-ms-overflow-style: none;
}
::-webkit-scrollbar {
display: none;
}