css remove side scroll code example Example: DISABLE the Horizontal Scroll Click to copyhtml, body { max-width: 100%; overflow-x: hidden; }