There is no way in the Bubble editor to set the height of an element in reference to the view-port.

When setting an element’s height as a percentage, that’s in relation to its parent container (not the view-port).

So height: 100% means the element will be the full height of it’s parent contains (whatever that may be).

If you want to use viewport height then you’ll need to add the CSS directly.