Hide html horizontal but not vertical scrollbar October 2, 2022 by Tarik You can use css like this: overflow-y: scroll; overflow-x: hidden;