on mobile, the default modal element appears to be set to 100% height so content is hidden behind navigation bars when they’re expanded. to solve previously, we placed a flexbox within the modal and set the flexbox height to 100dvh. this works because the flexbox never goes off screen, however, the modal onBackgroundClick doesnt work since the flexbox is always in front of it.
is there a way to update the modal height itself to equal 100dvh? the custom css display option is not showing for us. @aurelie@Alexis@luka thanks in advance!
it would also be great, if dvh and svh are available for all elements.
Sometimes it was necessary to make a div to 100svh for the first screen or so…
i like also svh more than dvh.
considering the browsercompability the best way would, if in the css are more entries.
at top min-height:100vh, then min-height:100svh or 100dvh.