I would like to set height of grid depending on available screen size, currently I do it through:
height: window.innerHeight,
1. Would it be possible to auto adjust height when window is moved between screens with different resolutions?
2. When a state is saved, grid height seems absolute...when state is then loaded in different resolution it does fit in page as intented...can this also be dynamic?