From e454822028bb2d56a74c6c68c6cd53ce9f98529f Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Tue, 10 Dec 2024 00:20:54 +0200 Subject: [PATCH] Hide scrollbars from embeds --- CHANGELOG.md | 1 + layout-single-column.css | 2 ++ 2 files changed, 3 insertions(+) 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 {