Hey bubblers, I am facing a strange behavior in one bubble app… when I try to set a container to 100% of the screen, it simply doesn’t work… the height goes far from 100% and I can’t discover why. This happens in all pages. This app was built using a template from Ez.
If the parent container is the page, then of course the child element will be 100 % of the view port (or bigger, if the page height is more than the viewport).
Or if every parent container, up to the page, is set to 100% height.
just make sure to save it to a state on page load instead of dynamically referencing it - the dynamic reference can be glitchy if the page rerenders (the height changes)