angular-material

Opening mat-expansion panel is moving the opposite column, how to keep it still?

我是研究僧i 提交于 2020-11-25 03:59:59
问题 In my project I have two columns, each with their own mat-accordion which holds some mat-expansion panels. When I click to open any one of the expansion panels, it is moving the opposite column downwards. Here is the CSS. Basically, the "row" holds the two columns, which hold the accordions. .row { padding-top: 120px; padding-left: 25px; padding-right: 25px; flex-flow: row wrap; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; } .column { flex