diff --git a/CHANGELOG.md b/CHANGELOG.md index 652c888..70e8d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * Fix embed media gallery proportions * Use darker bg for embeds by default +* Hide scrollbars from embeds ### 2.0.8: 2024-12-08 diff --git a/layout-single-column.css b/layout-single-column.css index dda83aa..82ee05e 100644 --- a/layout-single-column.css +++ b/layout-single-column.css @@ -4284,6 +4284,8 @@ body.embed { /* Make sure with !important */ /* stylelint-disable-next-line */ border: 0; + /* stylelint-disable-next-line */ + overflow: hidden !important; } body.embed .entry .detailed-status {