the-collab-lab / tcl-23-smart-shopping-list

1 stars 2 forks source link

BUG: Fix unwanted NavBar Behaviour #59

Closed jamesncox closed 3 years ago

jamesncox commented 3 years ago

tailwind utility classes absolute bottom-0 is forcing the navigation to that spot no matter what. Which means list items get stuck behind it and then flow past it.

Media

Screenshot (193)

To Do

Refactor both App.js top-level utility classes and NavBar.js utility classes so that the NavBar remains at the bottom but "pushes down" as the list items grow.

jssckbl commented 3 years ago

Hiya! What's the branch to test this PR out on?