cedricium / firefly

:fire: Vue.js / Express.js Fullstack Web Application
MIT License
3 stars 1 forks source link

"+ Add Site" button covered by Profile dropdown on smaller screens #16

Closed cedricium closed 6 years ago

cedricium commented 6 years ago

On screen sizes less than 1020px, the navbar items collapse into a hamburger menu. When logged in, if the "Profile" dropdown menu is opened inside the hamburger menu, the "+ Add Site" button gets covered.

This should be fixed when #12 is implemented since authentication-required elements will always be shown, possibly eliminating the need for the "Profile" dropdown.