generated from gfazioli/mantine-flip
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Right now if you have:
<Split width="100vw">
<Split.Pane initialWidth={250}>
Left
</Split.Pane>
<Split.Resizer />
<Split.Pane grow>
Right
</Split.Pane>
</Split>
And then resize the window, you are able to increase the size, but you cannot resize it smaller than the width on first render.
I believe this could be addressed with a resize
listener somewhere or even a ResizeObserver
..
gfazioli
Metadata
Metadata
Assignees
Labels
No labels