Set 100% height of component in flexbox col / row ionic

Hello,

I search to have a height of 100% inside a Ionic Flexbox with DIV and Button.
I try a lot of things without sucess :frowning:

You can see code at: http://codepen.io/anon/pen/vEGogK

Could you help me ?

Best regards.

Bes

Add this to your css:

.mygrid {position: relative;}
.myComponent {position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: 5px;}