Archived topic
Pages have vertical scroll bar (yuck)
3 replies · Started by Matt on August 22, 2021
Why do my pages have a vertical scroll bar? Blog posts don't have it.
Here is an example. How do I get rid of it?
https://activedirectorypro.com/ad-bulk-user-creation-tool/
Hi Matt,
Can you try adding this CSS?
html, body {
overflow-x: hidden;
}
Here's how to add CSS - https://docs.generatepress.com/article/adding-css/
That fixed it. Any idea what caused the scroll bar to show up?
That fixed it. Any idea what caused the scroll bar to show up?
An element is likely overflowing past the viewport's width. When this happens, the browser adds in a scroll so you can move the view of the contents.