I have a floating group that floats relative to the bottom. It has a “continue” button in it.
The flow is basically a bunch of inputs for the user to fill out, and then when they’re done filling it out, they can hit continue and go to the next page.
However, when a user focuses on any of the inputs, the floating group gets pushed up by the keyboard and shifts up.
I want to stop this from happening.
How can I do this?
Thank you!