Pranalee Dabhade
Pranalee Dabhade

Reputation: 3

Menu button disappears in mobile screen

I am developing a portfolio website. The hamburger disappears when I open website on mobile phone. when I inspect website on laptop screen it appears as desired in mobile mode (small screen) as well in tablet mode. However it disappears when I open actual website on mobile phone. Can somebody help me to identify the problem?

https://pranalee.vercel.app/

Appreciate your help.

Upvotes: 0

Views: 173

Answers (1)

Lu Chih Yuan
Lu Chih Yuan

Reputation: 26

I have tested on my iPhone 12, and I see the problem. What if you change the section1_header's top: -100%; to top: -100vh;?

I think it is just a positioning issue, try changing the unit.

Upvotes: 1

Related Questions