#swipe-summary .summary-item-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; gap: 1rem; padding: 1rem; } #swipe-summary .summary-item { min-width: 80%; flex: 0 0 auto; scroll-snap-align: start; border: 1px solid #ccc; border-radius: 10px; padding: 1rem; background: white; }