CSS - position: absolute; - auto height

后端 未结 8 2093
隐瞒了意图╮
隐瞒了意图╮ 2020-12-15 16:46

I am having a problem with some div\'s

The outer div has a min-height, but the inner divs are all varying heights. Because the inner divs are absol

8条回答
  •  死守一世寂寞
    2020-12-15 17:21

    i've done this task without any JS. Only, by CSS:

    .frame {
       max-height: calc(100vh - 283px); // 283px gives me some space at the botoom of the frame
    }
    

提交回复
热议问题