Html – Sticky area in single row and column in css grid
I am facing the problem with possibility to make only one area sticky in the CSS grid. How it looks in the code: .wrapper { display: grid; gap: 32; grid-template-columns: 1fr 478px; grid-template-areas: 'Images Details' 'Tabs Tabs'; } .child1 {…