Creating a Fixed Header Image

<style>

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

#element {
	position: fixed !important;
}
</style>

Make your document responsive (check scale width 100%)

Make sure your elements are pinned to where you want them to be

document with example :arrow_down:

fixedHeader.zip (20.6 KB)

1 Like