z index position
want to render contact form https://codepen.io/vikram-j/pen/yyLdNRK
8 Replies
Can you make a minimal reproduceable example please? I have no idea what I'm looking at honestly
<section id="hero">
<div class="capabilities-section"> <section id="contact"> only i get hero and capacapabilities-section and contact is behind hero
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?contact section code I asked ChatGPT to build
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?this site is for portfolio
i removed in mobile can't scroll the page
You have another
overflow: hidden
in your media querygot it
thank you