amilajack / popcorn-time-desktop

🍿 🕐 🎞 A Modern Popcorn Time Client
MIT License
466 stars 110 forks source link

NavBar should be sticky #567

Closed amilajack closed 5 years ago

amilajack commented 5 years ago

The navbar should be fixed to the top of the viewport so that the user doesnt have to scroll to the top every time they want to change from movies to tv shows or any other kind of navigation change.

This can be done by adding the prop fixed="top" to the NavBar component. See the react-bootstrap docs for more info.