.scroller { display: flex; flex-direction: column; overflow-y: scroll; overflow-x: clip; max-height: 100vh; width: 100%; align-items: center; overflow-anchor: none; overscroll-behavior: contain; }