Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个底部工具栏,它固定在浏览器窗口的底部。问题是,当我向下滚动到页面底部时,部分内容会被工具栏隐藏。
这是链接
增加padding-bottom开div.content。80px 似乎是一个很好的起点
padding-bottom
div.content
您可以在底部放置一些大于底部工具栏高度的填充。
这将确保一切都按您的意愿显示。
body { padding-bottom: 200px; }