<Md-dialog> - Angular

Asked

Viewed 88 times

0

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

How to set the height ?

<md-dialog aria-label="Detalhe do bem" flex="90" >

1 answer

0

I got it this way:

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.