How can I prevent a div with a column span of 2 in a Tailwind CSS grid layout, from overlapping the adjacent column with a span of 1?
I have a div with a grid of 3 columns (grid-cols-3), and then two child divs: one with a column span of 2 (col-span-2), and the other with a column span of 1 (col-span-1). I want to fix the div with a column span of 2. The issue is that when I use position: fixed, it uses the window’s width and height, covering the column with a span of 1