scrollbar disabled css code example Example: css how to remove horizontal scrollbar Click to copyhtml, body { max-width: 100%; overflow-x: hidden; }