vue-grid-layout
vue-grid-layout copied to clipboard
Resizing shifts other items under parent container
Software version (please complete the following information):
- Browser chrome
- Vue Version 2
- vue-grid-layout latest
Describe the bug Lets say we have 3 blocks which can be resized. Blocks inside a parent with restricted height. When anyone would resize last bottom block under parent it won't go outside parent, but when anyone would resize top or middle block it will shift the bottom block outside parent container.
To Reproduce Steps to reproduce the behavior:
- Go to sandbox repo
- Resize middle block
- See the problem
Expected behavior Resizing middle block won't shift bottom outside parent.
Additional context Is there potential fixes for this behavior ?
Excuse me, have you solved this problem?