Scroll bar issues

Problem:

How to prevent scroll bar from appearing / disappearing in the screen?

Saola Animate version: 2.6

OS: Windows 10

Notes:

Hi Shawn,

You can change the Overflow property to prevent scrollbars from appearing/disappearing:

  • Overflow Hidden: No scrollbar, content outside the scene will be cut off
  • Overflow Scroll: Scrollbars always appear.

Regards