Skip to main content

I’m sure this is something simple I’m just missing, but how do others scroll side to side when looking at previews of reports? I’ve used the left and right arrow keys, but it’s not very accurate and delayed. Is there a scroll bar or button that I’m just totally missing?

I have a horizontal scroll bar:

 

 

I’m wondering if you have custom CSS that is hiding the “x-overflow”--something like this?

html, body {
max-width: 100%;
overflow-x: hidden;
}

 

 


:thinking: that’s probably it. Thanks, Ed!


Reply