caplin / FlexLayout

Docking Layout Manager for React
MIT License
938 stars 175 forks source link

Tabs wrapping #302

Open Elvin2019 opened 2 years ago

Elvin2019 commented 2 years ago

Hi, there are more than 10 tabs on the right of the page. Some of the tabs are invisible since it does not fit on right. Is there any way to wrap tabs to see all tabs? image

nealus commented 2 years ago

There is no option to wrap the tabs, but you should get the overflow menu: image

Elvin2019 commented 2 years ago

Thank you so much for your response, how can I do like you?

nealus commented 2 years ago

Overflow in border tabs has been in since 0.3.11, what version are you using?

Elvin2019 commented 2 years ago

That was resolved, thanks )