How to stop Sticky Footer from covering content…?

后端 未结 4 1711
一生所求
一生所求 2021-01-31 05:39

I\'m using a \"sticky\" footer, but on a couple of pages it overlays the content. Is there any way to prevent this from happening, but retaining it\'s \"sticky\" quality?

<
4条回答
  •  醉酒成梦
    2021-01-31 05:51

    In the last div before the footer just add style="height:100%;padding-bottom:0;" to overwrite the general rules you have some conflict probably with.

提交回复
热议问题