Hey guys, I need your help. How can I stop the footer in my code from overlapping? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hey guys, I need your help. How can I stop the footer in my code from overlapping?

https://code.sololearn.com/WRZHkh6Fr3ts/?ref=app

19th Aug 2018, 2:57 PM
coder_extends_human
coder_extends_human - avatar
3 Answers
+ 3
You mean when you scroll up to the end of the page where the some color boxes overlaps with the footer? If you want the footer as it is, then just add a div below it that has the same height and width as the footer.
19th Aug 2018, 3:03 PM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
+ 5
Add another same footer. And only make one of them with display absolute. https://code.sololearn.com/W0kCUVtljtQ8/?ref=app
19th Aug 2018, 3:57 PM
Calviղ
Calviղ - avatar
- 1
If I correctly understood your task - you need to remove this css style from the footer: position: fixed;
27th Aug 2018, 8:26 PM
Timur Sarantsev