redxzeta / Awesome-Adoption

pet adoption near your area
https://pawternityhub.netlify.app/
MIT License
61 stars 132 forks source link

Misaligned pets menu in desktop navbar on deployed site. Unable to recreate the issue locally #594

Open jacastanon01 opened 6 months ago

jacastanon01 commented 6 months ago

Description

Pets menu appears to be misaligned in desktop navbar. This is only happening on the deployed site, I have forked the repo and am not able to reproduce the bug in my local environment.

PetMenuBug

To Reproduce

Go to site and hover over pets in the navigation bar. To display the menu without hovering, modify the css for the menu element and add display: block;

Screenshot 2024-03-14 at 1 10 24 PM

Expected behavior

Menu should appear right below pets in navigation bar

Desktop (please complete the following information): MacOs Sonoma 14.1.2 Issue persists in firefox as well as google chrome

Additional context I am unable to recreate this bug locally. The menu is behaving as expected when I cloned the repo and launch the app remotely:

petmenuremotebug

Which leads me to believe this may be a deployment or build issue when bundling the css/js?