Skip to content

Commit

Permalink
fix: overflow fade for good (closes #1218)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Jun 18, 2024
1 parent 0a3be96 commit 541b470
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion quartz/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -481,11 +481,14 @@ video {
flex: 1 1 auto;
}

div:has(> .overflow) {
position: relative;
}

ul.overflow,
ol.overflow {
max-height: 400;
overflow-y: auto;
position: relative;

// clearfix
content: "";
Expand Down

0 comments on commit 541b470

Please sign in to comment.