cunning-folk / Wholeview_Medicaid

0 stars 0 forks source link

Navigation issue via Client #9

Closed cunning-folk closed 1 year ago

cunning-folk commented 1 year ago

On desktop, the top hamburger menu on the upper right corner of the screen, when you click it, you get an “X”, but you can’t click on any of the other options

Image Image

jeremylenz commented 1 year ago

Turns out this was an issue with the breakpoints - after https://github.com/CunningFolkDev/elevate360_website/issues/226 there were still a few more that needed to be changed to 1320px from 768px.

cunning-folk commented 1 year ago

Here is the big where the nav disappears: https://www.icloud.com/iclouddrive/057zHEo1ZY6JYSIC7FpmB-zJw#Navigation_Bug

I am still getting this bug locally. The navigation items disappear when I roll over the nav panel.

Also getting a bug with the way the menu renders Tablet width.

Image

@lukemiller

I checked the two staging links I have both in Siteleaf and http://www.wholeview.co.s3-website-us-east-1.amazonaws.com/

Same issue

jeremylenz commented 1 year ago

@cunning-folk Check the preview now; I think the crowded text issue should be better now.

The nav closing prematurely is super weird. I opened another issue for it: https://github.com/CunningFolkDev/elevate360_website/issues/228

It looks like what's happening is that there's a mouseleave event on the <nav> which is triggering the menu close. This would normally be by design, except it seems to be triggered whenever I move my mouse cursor to any of the <a> tags for the main nav titles ('About Us', 'Services', etc.)

I have no idea why this is happening or why it just started now. I'll keep trying to figure it out but if y'all have any hints please let me know :)

jeremylenz commented 1 year ago

Closing as duplicate of https://github.com/CunningFolkDev/elevate360_website/issues/228