I\'ve made a simple site with a #container div that is parent to two divs: #left and #right, by using Grid Layout:
#container
#left
#right
Is there an
I stumbled upon this today and got it working by adding:
#left { position: sticky; left: 0; }