zesik / react-splitter-layout

A simple split layout for React and modern browsers. https://zesik.com/react-splitter-layout
MIT License
428 stars 131 forks source link

The width set when resizing doesn't respect min-width that may be applied via CSS #59

Open nathggns opened 3 years ago

nathggns commented 3 years ago

When dragging, width should respect at not be smaller than the minimum width set via CSS. Otherwise, if that CSS property is removed after a drag, then the box will suddenly resize to whatever it would've been set to were that min-width not there – this is visually confusing.