I have layout like this:
sometimes my layout might look like this (without menu):
sometimes like this (without sidebar):
and finally my layout might transform into this (without menu and sidebar):
I use CSS Grid layout, and when a block is missing, empty areas appear. How to remove this empty areas?



