Minimum height 100%

How to make the Minimum height 100% with CSS when with native bubble doesn’t work?

image

Thanks
Fabian

What are you trying to do? When using % the height or width of the element will be proportional to the height or width of the parent container, so you may need to manipulate the parent element.

I don’t think you need CSS as you can do this natively with Bubble, if I’m not mistaken.

This solution helped me achieve something similar, or the same 100vh or 100% height of a container and the editor

yeah… I know… the parent is also 100% and it is a FloatGroup
basically a menu (in mobile preview) showing up… I want the background to fill the rest of the page

Maybe this will

1 Like

Thanks… I actually need that for another thing :smiley:
Maybe it will work also for that that I’m asking

1 Like