vue-grid-layout icon indicating copy to clipboard operation
vue-grid-layout copied to clipboard

Auto-size not working

Open DreadedKane opened this issue 1 year ago • 0 comments

Software version (please complete the following information):

  • Browser Chrome
  • Vue Version 2.7.16
  • vue-grid-layout Version: 2.4.0

Describe the bug The auto-size attribute doesn't seem to work. I created a simple HTML file using the example from the documentation.

To Reproduce https://jsfiddle.net/DreadedKane/xv64f1m2/

Expected behavior The vue-grid-layout, vue-grid-item, and vue-grid-placeholder div heights should be 1000px to accommodate the child div.

Screenshots The div heights appear to be hard-coded to 310 and 330px:

image

DreadedKane avatar Sep 03 '24 03:09 DreadedKane