gfazioli / mantine-split-pane

A React component that manages split panes allows users to divide and resize content areas within a layout efficiently.
https://gfazioli.github.io/mantine-split-pane/
MIT License
12 stars 1 forks source link

fix: resize is causing scroll on mobile #2

Closed Muhammad-Arsalan31 closed 3 months ago

Muhammad-Arsalan31 commented 4 months ago

Hi @gfazioli, I saw someone mention an issue on the mantine discord channel that on mobile when we resize the panel the mobile scroll is not blocked. this PR fixes that issue

link to discord message https://discord.com/channels/854810300876062770/890965830727241785/1269563613816029194

let me know what you think

gfazioli commented 3 months ago

@Muhammad-Arsalan31 hey, yep it works! Thank you so much for reporting and fixing 👏