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

GridItem element's height value seems not equal to (rowHeight * GridItem.h)

Open minikinl opened this issue 6 years ago • 5 comments

In my case, rowHeight is 15 and GridItem props h is 15, but the rendered element's height is 365px ? Normally it should be 15 * 15 = 225px, right ?

minikinl avatar Mar 14 '18 02:03 minikinl