I am encountering an issue with angular's flex-layout. I have implemented two divs with fxFlex, each containing a mat-card. My goal is to keep the right mat-card vertically fixed while maintaining responsive behavior when resizing the window. Does anyone know how to achieve this?
<div fxFlex>
<mat-card><mat-card>
</div>
<div fxFlex="50">
<mat-card><mat-card>
</div>
https://i.sstatic.net/KyRZs.png