Thanks for the quick reply. I tried closing the window and re-opening, but still have the same issue. I did look at the css in my browser inspector and changed this line from:
<div style=”overflow-y: scroll; height: 650px;”>
to:
<div style=”overflow-y: scroll; height: fit-content;”>
…and that works until the screen is refreshed.