contentauth / c2pa-js

JavaScript SDK for displaying and validating C2PA data
https://opensource.contentauthenticity.org
MIT License
74 stars 40 forks source link

ManifestSummary component overflows viewport #93

Open tiagoheras opened 1 year ago

tiagoheras commented 1 year ago

The lit component overflows viewport due to its child element's, "#content-section", max-height property (set to 550px). A clear solution to this is to reduce this value or to add a relative size unit such as vh to allow better versatility to different sized viewports.

image