zacharycvivian / react-portfolio-app

Zachary Vivian's Portfolio Website
https://www.zacharycvivian.com
0 stars 0 forks source link

Sidebar 'Home' CSS Styling Not Applied on Page Load in Safari until Clicking inside Sidebar #34

Closed zacharycvivian closed 2 months ago

zacharycvivian commented 2 months ago

Screenshot 2024-04-25 at 9 29 10 PM For some reason (only in Safari, seems to work fine in Firefox), when you refresh the page and open the sidebar, the home button does not have it's CSS styling until you click somewhere inside the sidebar box. I was able to get somewhat of a temporary fix on my local server by changing the focus CSS styling inside .next/static/css/app/layout.css, but that doesn't get uploaded to my repo, and thus does not get fixed on deployment. Any help would be great, thanks.

zacharycvivian commented 2 months ago

fixed with an !important tag on the box shadow in the link CSS element