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.
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;
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:
Which leads me to believe this may be a deployment or build issue when bundling the css/js?
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.
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;
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:
Which leads me to believe this may be a deployment or build issue when bundling the css/js?