Position: static

Does anyone know an easy solution to have a component scrolling with the page (static) but without affecting the layout? I use Chakra UI and I have a two-column gird and I want the left component to scroll with the page, but when I change the position attribute to “position: static” for the left component, it fills the whole page width as if there are no other components in the grid.