只有在有足够的垂直空间可用时,才能在*定位的固定侧边栏*的底部修复div

时间:2017-08-18 21:41:43

标签: html css

我有一个固定的侧边栏,我想只有在有足够的垂直空间时才将div粘贴在底部。

如果没有足够的垂直空间,固定的div不应该与前一个元素重叠,而应该在流上并生成一个滚动条。

有什么想法吗?

enter image description here enter image description here enter image description here

1 个答案:

答案 0 :(得分:0)

您应该查看引用侧边栏的div并在CSS中应用最小高度。

#sidebardiv{
    min-height: XXXXpx;   <--- Where the number of pixels is at least the 
}                             combined height and margins of all 3 boxes.