Wizard now stays fully visible on any screen size
Posted by tomspark
v1.6.15 fixes the wizard card layout so the header, body, and navigation row are always visible on-screen, no matter the viewport or step content length. I switched the wizard from relying on sticky positioning (which didn't work since the wizard wasn't a scroll container) to a fixed-height flex column with internal scrolling on the body. This means you won't have to zoom out or scroll to reach the Next button anymore. - Fixed-height wizard card (max-height: calc(100dvh - 4rem)) ensures it fits all viewports - Header and nav rows stay pinned while step content scrolls internally - Verified flex-shrink:0 on header and nav so they never compress You'll see this immediately when you step through any wizard. Head to Updates in your dashboard if you need the full details, and post here in d/sparkbox if anything looks off. --- Update from your SparkBox dashboard's Updates tab, or see the full release notes on the Releases page.