Next.js Discord

Discord Forum

Footer Overlapping On Form Fields

Answered
Rhinelander posted this in #help-forum
Open in Discord
Avatar
RhinelanderOP
I need help in this video please.
Image
Answered by Anay-208 | Ping on replies
From what I can tell, you’ll need to set parent component of the pages to relative, and even the routes, and apply a z-0 on footer, or negative z
View full answer

19 Replies

Avatar
Eastern Carpenter bee
Your problem is css, not nextjs
Avatar
@Rhinelander I need help in this video please.
Avatar
I think you’ll need to use z index to fix it. If that still doesn’t resolve, you might need to send your code
Avatar
@Anay-208 | Ping on replies I think you’ll need to use z index to fix it. If that still doesn’t resolve, you might need to send your code
Avatar
RhinelanderOP
It is a react application and I have Header.jsx, SignUp.jsx and SignIn.jsx components.

Should I send the files here?
@Anay-208 | Ping on replies
Avatar
@Rhinelander <@755810867878297610>
Avatar
Isn’t footer overlapping the sign in components, add the footer also
Avatar
RhinelanderOP
Ok
Avatar
From what I can tell, you’ll need to set parent component of the pages to relative, and even the routes, and apply a z-0 on footer, or negative z
Answer
Avatar
Or higher z on form
Avatar
No
Avatar
RhinelanderOP
Why
Avatar
@Rhinelander Why
Avatar
I’ll have to set up the app my device, which will be a little time consuming for me
Avatar
RhinelanderOP
I don't understand