A component that fills the remaining viewport height below the Header.
The FullPage component consumes the --bui-header-height CSS custom property
set by the Header component to calculate its height as
calc(100dvh - var(--bui-header-height, 0px)). Content inside the FullPage
scrolls independently while the Header stays visible.
A component that fills the remaining viewport height below the Header.
The FullPage component consumes the
--bui-header-heightCSS custom property set by the Header component to calculate its height ascalc(100dvh - var(--bui-header-height, 0px)). Content inside the FullPage scrolls independently while the Header stays visible.