Print for resource scheduler is only generating one page

Hi all, I’m having an issue where the print content only ever includes one page. It doesn’t matter if there is additional content below or to the right of the scroll area. I took a look at the print instance and there’s a isListScrollable value that is always undefined and height and width values that are always the pixel value of the visible container so I’m wondering if that has something to do with it. Anyone else experiencing this?

I figured out the problem in case anyone else runs into this issue. I had put overflow: hidden on my body tag to control scrolling behavior in my single page app and that was the culprit. Rookie mistake!

1 Like