Scrollbar no-show

Hi all,

We have a page that does not fit most vh - thus a scrollbar allows the user to navigate the page. Occasionally - always following an on-page action / change - the scrollbar is no longer shown, nor is the scroll action possible. A hard refresh will show the scrollbar again and enable the scroll action. But when an user is in the process of adding data - this may lead to data loss (because of the hard refresh).

Thoughts on why this happens?

Do you any error on the console? This may be due to an error on the rendering or hydration.
Is it happening on prod only or also in the editor?

Hi @aurelie no console errors - however it only happens on live. It has not happened in the editor.