Within a div, I have a lengthy list of inputs that users can update as they scroll through. To access the "update" button after inputting values, users must scroll all the way to the end of the list.
I am looking to make this button visible at the bottom of the screen while users scroll within the div, eliminating the need to reach the end of the list.
If my explanation is unclear, please let me know so I can provide more information.
Thank you for your assistance.
Previously, I attempted adding a fixed position button at the bottom of the screen, but it remained visible even after scrolling past the <div>, appearing unprofessional. The code below shows the desired behavior of the button hovering at the bottom until returning to its original position:
<div><input class="button" type="submit" name="submitbtn" value="Update Referral Ids"></div>