I’m building a DashBoard with GridStackJs and NgxSpinner to show a screen in each component, every time I run a service, but I’m having a problem, when the size of the grid-stack-item-content is too big, because it doesn’t occupy the whole screen.
Checking using the relative property I see that it occupies the entire screen but up to a certain size and if I remove the property if it occupies it completely, but if I make the component smaller, the load component does not occupy all the space, here is an example of the two cases in Stackblitz and some pictures of what happens.
I would be very grateful for help, I can’t find a solution for this.
With Relative
Without relative and smaller
Stackblitz Example