+ 1
Hey guys, I need your help. How can I stop the footer in my code from overlapping?
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.
+ 5
Add another same footer. And only make one of them with display absolute.
https://code.sololearn.com/W0kCUVtljtQ8/?ref=app
- 1
If I correctly understood your task - you need to remove this css style from the footer:
position: fixed;