xh / hoist-react

🏗️ ⚛️ The XH Hoist toolkit for React
https://xh.io
Apache License 2.0
24 stars 9 forks source link

Custom tabSwitcher in toolbar does not show overflow items #2171

Closed petradish closed 4 years ago

petradish commented 4 years ago

When tabSwitcher is nested in a toolbar (or possibly any flex-like container), scrolling/overflow behavior is lost. See example: https://github.com/xh/toolbox/commit/94ef7305ca51168957f8e28554a0b9a16b1b13bb

Screen Shot 2020-11-02 at 7 38 28 PM
TomTirapani commented 4 years ago

Yikes - thanks for catching! Will take a look

TomTirapani commented 4 years ago

PR with fix here: https://github.com/xh/hoist-react/pull/2172

lbwexler commented 4 years ago

Thanks for catching Petra and quick fix tom!