day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

Splits shouldn't have 'overflow : hidden' hardcoded #182

Closed Frozenlock closed 2 years ago

Frozenlock commented 5 years ago

As already commented in the source code : https://github.com/Day8/re-com/blob/master/src/re_com/splits.cljs#L110

The overflow behavior should be up to the panel components themselves.