For instance, the backend would like to offer a full option which would set heroHeight to full, but that doesn't seem to work. I also tried 100vh and others but only 90vh seems to prevent the hero from collapsing to a height of 0px.
You can reproduce this by messing with the heroHeight control in storybook or by going in the backend and using "Full" as hero height (in the layout tab)
For instance, the backend would like to offer a
full
option which would set heroHeight tofull
, but that doesn't seem to work. I also tried100vh
and others but only90vh
seems to prevent the hero from collapsing to a height of 0px.You can reproduce this by messing with the heroHeight control in storybook or by going in the backend and using "Full" as hero height (in the layout tab)