You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to disable the absolute positioning inline styles for the grid so the visual rendering is managed with bootstrap CSS alone. Right now it's a bit mixed where resizing the window from a small viewport to a big viewport causes the tiles in the grid to overlap. Doing it the other way around (from big to small) causes the resized grid to have huge gaps because it doesn't shrink correctly.
I tried using various combinations of isConstantSize, isEqualSize, transform, rounded etc. but I suppose the issue here is the split between managing the final CSS for the rendered items separately from the grid code.
The text was updated successfully, but these errors were encountered:
Description
I would like to disable the absolute positioning inline styles for the grid so the visual rendering is managed with bootstrap CSS alone. Right now it's a bit mixed where resizing the window from a small viewport to a big viewport causes the tiles in the grid to overlap. Doing it the other way around (from big to small) causes the resized grid to have huge gaps because it doesn't shrink correctly.
I tried using various combinations of isConstantSize, isEqualSize, transform, rounded etc. but I suppose the issue here is the split between managing the final CSS for the rendered items separately from the grid code.
The text was updated successfully, but these errors were encountered: