yashmangal112 / yashmangal

Personal portfolio website
https://yashmangal112.vercel.app
3 stars 3 forks source link

Header overlapping profile picture on scrolling down. #11

Open massablaise opened 1 year ago

massablaise commented 1 year ago

image

This issue reports a problem where the header section of a website is overlapping with the profile picture when the user scrolls down the page. It's a visual bug and could cause confusion for users.

sricharanandra commented 1 year ago

the navbar is sticky so it will stay fixed at the top of the screen even when scrolling. Do you want it to dissapear when you scroll down ?

massablaise commented 1 year ago

@sricharanandra it could possibly rather appear in bold color than transparent at the early instance of scrolling. but the overlapping disappears after the page has scrolled past half the height of the profile profile :)

sricharanandra commented 1 year ago

@massablaise Screenshot 2023-09-30 161323

Screenshot 2023-09-30 161256

I think there's an issue with displaying across different viewports, because this is what I see, a white strip when I'm at the top of the page and theme-based color on the navbar once I scroll down a little.

sricharanandra commented 1 year ago

It doesn't seem to be overlapping in mine.

massablaise commented 1 year ago

@sricharanandra lemme go through the site again and see if it doesn't overlap this time around

massablaise commented 1 year ago

same issue still present for me

https://github.com/yashmangal112/yashmangal/assets/104530207/7b6f2e90-6812-4ce3-9655-a4bf0dffea6b

sricharanandra commented 1 year ago

Yeah I noticed this too when i started scrolling slowly, I guess it's caused because of the width parameter set for the color change on scroll. If we decrease the scroll distance to activate the navbar color change, it would still overlap but with a different color.