粘性页脚覆盖了身体内容的底部

时间:2019-01-29 16:20:31

标签: html css footer overlap sticky

我添加了一个粘性页脚,但我无法使其不覆盖Safari中的正文内容。 Chrome和FF可以正常工作,我在主体上添加了下边距以抵消脚注的高度。为什么在Safari中无法正常工作?

这是有问题的页面...我不知道代码的哪一部分粘贴到这里,对不起...

http://go.datis.com/2019summit_agenda

我希望身体内容物与粘性页脚之间有一个边距。

2 个答案:

答案 0 :(得分:1)

您可以添加

TypeError: Cannot read property 'subscribe' of undefined
    at new ApplicationRef (/home/qjnr/Documents/quote-machine/packages/core/src/application_ref.ts:387:33)
    at _createClass (/home/qjnr/Documents/quote-machine/packages/core/src/view/ng_module.ts:186:7)
    at _createProviderInstance (/home/qjnr/Documents/quote-machine/packages/core/src/view/ng_module.ts:144:20)
    at initNgModule (/home/qjnr/Documents/quote-machine/packages/core/src/view/ng_module.ts:74:24)
    at new NgModuleRef_ (/home/qjnr/Documents/quote-machine/packages/core/src/view/refs.ts:496:5)
    at createNgModuleRef (/home/qjnr/Documents/quote-machine/packages/core/src/view/refs.ts:478:10)
    at Object.debugCreateNgModuleRef [as createNgModuleRef] (/home/qjnr/Documents/quote-machine/packages/core/src/view/services.ts:163:10)
    at NgModuleFactory_.create (/home/qjnr/Documents/quote-machine/packages/core/src/view/entrypoint.ts:70:21)
    at /home/qjnr/Documents/packages/core/src/application_ref.ts:231:63
    at ZoneDelegate.invoke (/home/qjnr/Documents/quote-machine/node_modules/zone.js/dist/zone-node.js:391:26)

进入您的活动课

答案 1 :(得分:0)

您在height上有一个内联div class="large-header" id="large-header"样式,该样式似乎与样式表的第416行的最大高度样式冲突。