robbestad / react-iframe

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

why it is position fixed by default? #7

Closed craigcosmo closed 7 years ago

craigcosmo commented 8 years ago

the iframe has position fixed by default

robbestad commented 7 years ago

Shouldn't be necessary. Will fix ASAP (within 24 hours)

robbestad commented 7 years ago

position is now absolute by default, and you can set them by passing in position as aprop