Skip to content

Commit

Permalink
Merge pull request #1 from cjoy/cjoy/fix-notion-embed-container-height
Browse files Browse the repository at this point in the history
fix: notion embed container height
  • Loading branch information
cjoy authored Sep 15, 2022
2 parents b444cee + 14322a1 commit c80d0ab
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bundles/loconotion.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ svg.alias {
white-space: unset !important;
}

/* fixes oversized page properties on Safari */
.notion-scroller
> div:nth-child(2):not(.notion-page-content)
> div:not([data-block-id])
div:not(.notion-page-details-controls) {
height: auto !important;
}

/* fixes possible stray header on tables */
.notion-collection_view_page-block > div:first-child {
transform: unset !important;
Expand Down

0 comments on commit c80d0ab

Please sign in to comment.