#Footer Overlapping On Form Fields
23 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
Your problem is css, not nextjs
Your question currently does not have sufficient information for people to be able to help. Please add more information to help us help you, for example: relevant code snippets, a reproduction repository, and/or more detailed error messages. See more info on how to ask a good question in https://discord.com/channels/752553802359505017/1138338531983491154 and #welcome message.
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
It is a react application and I have Header.jsx, SignUp.jsx and SignIn.jsx components.
Should I send the files here?
Send only the necessary files, via GitHub gist
Okay
@woven lantern
Isn’t footer overlapping the sign in components, add the footer also
Ok
Updated.
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
Or higher z on form
Okay. Can you update it from your end?
No
Why
I’ll have to set up the app my device, which will be a little time consuming for me
Thanks. I have resolved it
Can you mark solution?
I don't understand
To mark the message as solution:
- Hover over the message you want to mark as the solution.
- Right click the message Click the three dots that appear on the right side.
- You'll see a menu which should have the option of
Apps. Hover Over it. - Click on the
Mark as Answeroption.
Note: If you don't see theMark as Answeroption orAppsoption, restart/update your discord app!