md-dialog - Angular

0

I use this component to open modal. I use the flex parameter to set the width.

How to set the height?

<md-dialog aria-label="Detalhe do bem" flex="90" >
    
asked by anonymous 29.11.2017 / 14:04

1 answer

0

I was able to do this:

<md-dialog aria-label="Detalhe do bem" flex="90" style="height: 600px">
    
29.11.2017 / 17:36