overflow right hidden code example
Example 1: overflow hidden
overflow: hidden;
Example 2: overflow-x hidden meaning in css
The overflow-x property specifies whether to clip the content,
add a scroll bar, or display overflow content of a block-level element,
when it overflows at the left and right edges.