Div background-color does not extend to child divs

前端 未结 5 1728
不知归路
不知归路 2021-01-28 12:21

I have a container div with several child divs within this. The parent div has a background-color, however, this doesn\'t seem to be extending to the last couple of child divs.

5条回答
  •  盖世英雄少女心
    2021-01-28 13:19

    You just need to add overflow:hidden or overflow:auto on the container

    See https://stackoverflow.com/a/20180165/2482513

提交回复
热议问题