Seth Warburton
Seth Warburton
This is the native behaviour of an iframe, actually any replaced element in html has a default height of 150px and default width of 300px. Solution? Define the elements size.
Sounds familiar, check out my solution on SO: http://stackoverflow.com/a/43188105/3375005
This is not a sticky-kit issue per se, more a _feature_ of iOS 9+ when it encounters fixed elements. Check out my solution on SO: http://stackoverflow.com/a/43188105/3375005
This is not a sticky-kit issue per se, more a feature of iOS 9+ when it encounters fixed elements. Check out my solution on SO: http://stackoverflow.com/a/43188105/3375005
I ran into this issue yesterday. It occurred after I ran `npm audit fix --force` because that command reverted this plugin to v.0.1.1 to mitigate an issue with a dependency:...