carteb / carte-blanche

An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
https://www.youtube.com/watch?v=6g3-TQ6aaw8
MIT License
1.5k stars 47 forks source link

Fix prop sidebar in modal form to be full height of the window #337

Closed lithin closed 8 years ago

lithin commented 8 years ago

When the props modal was shown, the columns wouldn't stretch to 100% height of the window. That caused dropdowns not showing properly if they were in the last row:

screen shot 2016-06-12 at 16 48 35

This fix makes both columns (props and preview) scrollable independently and sets their wrapper to fit the window.

nikgraf commented 8 years ago

yay Anna! 🎉 thx for the fix 🙌

mxstbr commented 8 years ago

Awesome! :tada: