We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
| //TabPanel section scrollable if height exceed screen height | Thank You
The text was updated successfully, but these errors were encountered:
give the style on your TabList, example : <TabList style={{ position: "fixed", width: "100%" }} >
<TabList style={{ position: "fixed", width: "100%" }} >
and give padding top to the TabPanel: <TabPanel style={{ paddingTop: "50px" }}>
<TabPanel style={{ paddingTop: "50px" }}>
Sorry, something went wrong.
@vieyama doing this stops the controlled feature
Hello, here is a simple solution to achieve scrollable tabs.
<TabList>
overflow: scroll
width: max-content;
.react-tabs__tab-list
Demo available here: https://codepen.io/alexpapworth/pen/eYaNorx
No branches or pull requests
Hi there, is it anyway to scroll inside the tabPanel only? e.g
| Tabs1 | Tabs 2 | Tabs3 |
| //TabPanel section scrollable if height exceed screen height |
Thank You
The text was updated successfully, but these errors were encountered: