css no horizontal scroll code example
Example 1: DISABLE the Horizontal Scroll
html, body {
max-width: 100%;
overflow-x: hidden;
}
Example 2: css text vertical direction
.verticalText {
writing-mode: vertical-lr;
text-orientation: upright;
}
Example 3: how to stop a page from scrolling horizontally
overflow-x: hidden