jbaysolutions / vue-grid-layout

A draggable and resizable grid layout, for Vue.js.
https://jbaysolutions.github.io/vue-grid-layout/
MIT License
7.11k stars 1.5k forks source link

Incorrect height calculation when the initial breakpoint and the initial screen viewport do not coincide #789

Closed Jquank closed 11 months ago

Jquank commented 11 months ago

Describe the bug { layouts: testLayouts, layout: testLayouts["lg"], draggable: true, resizable: true, responsive: true, } At this point, my viewport width is 'md',However, the height is still the same as when the viewport is ‘lg’