.padding { width: 1px; } .scroller { display: flex; flex-direction: column; overflow-y: scroll; overflow-x: clip; width: 100%; align-items: center; overflow-anchor: none; overscroll-behavior: contain; } .target { display: flex; flex-direction: column; width: 100%; align-items: center; }