tsuyoshiwada / react-stack-grid

MIT License
178 stars 31 forks source link

Issue with height in mobile devices #9

Open aryatekpia opened 3 years ago

aryatekpia commented 3 years ago

Hi, I am experiencing issue with the height of the grid items on all mobile devices. when I inspect the elements in chrome while setting the device to a mobile device I see that the height of the grid-stack-item is set to 115px which is too small.

.grid-stack-instance-9261 > .grid-stack-item[data-gs-height="4"] { height: 115px; }

Any workaround or fix is highly appreciated.