Skip to content
New issue

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

New tab button hidden when too many tabs are open #69

Open
Mackiavelli opened this issue May 22, 2016 · 1 comment
Open

New tab button hidden when too many tabs are open #69

Mackiavelli opened this issue May 22, 2016 · 1 comment

Comments

@Mackiavelli
Copy link

When too many tabs are open, after they are resized to be narrower automatically by the application, a tab will hide the plus button, limiting the amount of tabs that can be opened at the same time. I think it would be a good idea if it could be changed so that the tab area behaves like in a real browser - with little arrow buttons on each side allowing you to scroll horizontally between different tabs. Also, that will virtually remove the limit on the tabs.

@georgeOsdDev
Copy link
Owner

Thank you feedback.

For horizontal scroll:
You can override scrollX:'scroll' with props.tabsStyles.tabBar
And you can use any element with your style as props.tabAddButton.

2016-05-23 10 55 57

For limiting tab counts:
You can limit number of tabs by app.js side.

I'm welcome your PR for default behavior and design,
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants