Hi @sagefern Oh! I’ve been looking at building on Bubble recently! You’ll have to share how you like it!
Tagging @mathio in case he has any advice.
Hello @sagefern , I am sorry but your link displays “Oops! 404 error” page for me,
@mathio apologies. Here’s the right URL: https://myconfidante.app/welcome
The form does not load properly on mobile Safari or Chrome.
@mathio @Liz or anyone else on the community team - would love some help on this one as i’m currently blocked moving my project forward. tysm!
I see that your <body>
has overflow: hidden;
inline CSS. You need to remove this in order to allow scrolling the page, to access the rest of the embed. Alternatively you could remove the max-height (850px) from the parent HTML element of the embed, that makes it taller than the page on most devices, however you would need to set proper height. You could use CSS flexbox to resize the elements properly.
I am sorry but I am not familiar with Bubble, so I can not provide any help on how to achieve this using the tool itself.