OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
67 stars 22 forks source link

Fix file viewer web view height calculation #291

Closed ktprograms closed 2 years ago

ktprograms commented 2 years ago

Use padding instead of margin CSS property. Javascript element.scrollHeight does not include padding in calculation.