1<style>
2:root {
3	/* same name as the Webflow variable */
4	--dropdown-size: calc(100vh - var(--fixed-size));
5}
6</style>