nathancahill / split

Unopinionated utilities for resizeable split views
https://split.js.org/
MIT License
6.1k stars 448 forks source link

Stop gutter from moving to the end of the container. #748

Open igbodani opened 2 years ago

igbodani commented 2 years ago

Hello,

I am using react-split to split two graphviz graphs. When I move the gutter to the right, the right graph leaves it's container (because the gutter is at the end of the container). Do I just need to change the CSS position of the gutter, or what can I do to resolve this issue,

Thank you.