Best Answer

Scrolling Side to Side when Previewing Reports

  • 22 February 2022
  • 2 replies
  • 14 views

Userlevel 7
Badge +5

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?

icon

Best answer by elamast 22 February 2022, 16:07

View original

2 replies

Userlevel 6
Badge +2

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;
}

 

 

Userlevel 7
Badge +5

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

Reply