bvaughn / react-resizable-panels

https://react-resizable-panels.vercel.app/
MIT License
3.87k stars 135 forks source link

Panel becomes unresizable after a certain vertical position in the page #305

Closed Specy closed 7 months ago

Specy commented 7 months ago

For some reason after reaching a certain position on the vertical axis (seems to be after 100vh?) the resize handle stops working, i made an example here: sandbox example

I'm using v2.0.9 of the library

It doesn't seem to happen in v1.0.10 It seems to originate from v2.0.0, any version after v2 has this issue

bvaughn commented 7 months ago

Thanks for the repro. I will try to take a look sometime soon.

Specy commented 7 months ago

Sure thing! In the meanwhile I'm using v1.0.10 which seems to be working fine

bvaughn commented 7 months ago

Should be fixed in react-resizable-panels@2.0.11

❤️ → ☕ givebrian.coffee

Specy commented 7 months ago

Thank you! I'll test tomorrow