There are more options for scrollbars on containers like Sections and Screens:
- Auto: automatically add a scrollbar if there is overflow content
- Yes: always show a scrollbar
- No, hide overflow: do not show a scrollbar and clip/hide any overflow content
- No, show overflow: do not show a scrollbar, but display any overflow content (bleeding out of the container)
- No, expand to fit: do not show a scrollbar, but automatically expand the container in Player to fit overflow content