On some mobile browers (Chrome and safari) the 100vh setting of a section starts acting weird resulting in the footer being hidden behind the tool bar. This issue is well known and several solutions are available but they all require javascript that doesn’t appear to be available in editor X.
Right now, the solution I can think of is using a grid on your section and using the calc option on your grid row to subtract the toolbar height from the 100vh (I understand that this varies between different devices).
There is actually a way in Velo(wix-code), that you can get the height of the document , but at this moment you can not take this information and apply it directly to an element or container.
I will raise these feature requests for future consideration.
So would it be possible to get the amount that needs to be subtracted automatically? Otherwise it will ook different on each device and on each browers.
What site are you seeing this issue on? Our team is aware of a similar issue where on iOS, the browser tab will cover the very bottom of the page so want to make sure it’s the same issue.