I am using Tabs
componnent of react-toolbox. Everything is going well except when the text of the Tabs
menu is too long and is overlapped by other part as the image below:
By adding directly to nav
the properties overflow-x: auto
, I can scroll normally to the last tab but is there any way to style the horizontal scrollbar inside of Tabs
component used other React components like react-custom-scrollbar or should I write a js function to handle the scrollbar?
In the second option, how should I implement the function?