Good day, how can I set a dash app to not be scrollable? I want to
- get rid of the scrollbar on the side of the window,
- set the dash app page to not be scrollable, irrespective of whether a scrollbar is shown.
I suppose this could somehow be achieved by forcing the height of the app to fit the browser window, so that it never allows for scrolling?
Thanks in advance!