robbestad / react-iframe

Simple solution for using iframes in React
ISC License
434 stars 79 forks source link

The height 100% not working #17

Closed Suban5 closed 5 years ago

Suban5 commented 6 years ago

Can you please help me? IFrame only taking 100px instead of 100%

robbestad commented 5 years ago

This is a CSS issue really. Setting the position to fixed would work. This could be an option, depending on what you're trying to achieve with your app :)