disable horizontal scroll on mobile web January 23, 2023 by Tarik Simply add this CSS: html, body { overflow-x: hidden; } body { position: relative }