wesonweb / houseyourplants_app

0 stars 0 forks source link

Sticky buttons #39

Open wesonweb opened 7 months ago

wesonweb commented 7 months ago

Position buttons consistently

Currently

When creating a plant the cancel and create buttons are at the bottom of the page which means scrolling to get to them to send the form entries

When viewing a plant the buttons to edit or delete the plant are on the top of the page

Solution

Ensure all buttons are located at the top of the page. Use CSS position: sticky; to keep them in a fixed position as the user scrolls.

Neel-07 commented 7 months ago

hello @wesonweb can this be assigned to me.