CSS display: table min-height not working

后端 未结 4 1034
别跟我提以往
别跟我提以往 2020-12-02 21:33

Does anyone know I can make min-height work with the latest browsers? I am using CSS tables and it seems to ignore min-height.

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-02 22:21

    Whenever you are using display:table; or any deeper property like display:table-cell; consider using height instead of min-height. As in tables height = min-height considering the auto-span feature in them.

提交回复
热议问题