Skip to content

Commit

Permalink
Hide scrollbars from embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Dec 9, 2024
1 parent e2bb415 commit e454822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e454822

Please sign in to comment.