Hi bubblers,
I have a floating group in a messaging app that contains an input field. Normally, this group stays fixed/anchored to the bottom of the screen, yet when the input is focused, it detaches and scrolls away from the keyboard (see images). Any ideas?
I’ve tried using the following CSS to fix it, but no luck so far:
#floatingGroupInput { position: fixed !important; bottom: 0 !important; width: 100% !important; z-index: 9999 !important; }