Strange double scroll bars

Hi there. I’m getting strange double scrollbars when exporting my project. Any ideas? I don’t have any content set with scroll bars, or any iframes. many thanks.

See video.

It would be difficult to know without being able to work live with your project or at least see an export. If it is sensitive and you do not want to post publicly, you are welcome to email our support directly at support@tumult.com. We do not share user projects as policy, and are also able to sign NDAs if need be.

About the only items might be to double check any Content Overflow settings, and also note that "HTML Widgets" are actually iframes under-the-hood, so they may also have scrollbars.

Thanks @jonathan I have replaced the content and images so can share the file below.

article.hype.zip (1.7 MB)

article.zip (1.7 MB)

The outer scroll bar is because you have the scene set to a tall height.

The inner scroll bar seems to be the result of this Head HTML CSS rule you have set:

.HYPE_scene:not(.HYPE_element) {
	overflow-y: visible !important;
}

Even I'm not sure why this is actually causing a second set (since you are not using the scroll or auto values), but removing this line does make it go away. I'm not clear why you have this though, but maybe to help with some of the expand-to-fill scaling behavior?