z index position

want to render contact form https://codepen.io/vikram-j/pen/yyLdNRK
vikram
CodePen
Untitled
...
8 Replies
vince
vince2w ago
Can you make a minimal reproduceable example please? I have no idea what I'm looking at honestly
jack_23011
jack_23011OP2w ago
<section id="hero"> <div class="capabilities-section"> <section id="contact"> only i get hero and capacapabilities-section and contact is behind hero
vince
vince2w ago
Do you want the contact section underneath the capabilities section? There should be no need for a z-index If that's the case, there's too much wrong with your css for me to help you with I think. I'd basically have to rewrite the whole thing for ya -- have you taken a look at Kevin's videos for building out webpages / css?
jack_23011
jack_23011OP2w ago
contact section code I asked ChatGPT to build
vince
vince2w ago
The problem is I can't even scroll the page down, it just gets clipped Oh you have overflow: hidden on the body Remove that and it works Can I give some advice? What are you making this site for? Is it one-off or you making more?
jack_23011
jack_23011OP2w ago
this site is for portfolio i removed
overflow:hidden
overflow:hidden
in mobile can't scroll the page
vince
vince2w ago
You have another overflow: hidden in your media query
jack_23011
jack_23011OP2w ago
got it thank you

Did you find this page helpful?