Skip to content

Commit

Permalink
fix(layout): grid triage with backlinks (jackyzha0#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
saberzero1 authored and parkisutama committed Sep 28, 2024
1 parent 4b9db60 commit 14039ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quartz/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,9 @@ video {
}

div:has(> .overflow) {
position: relative;
display: flex;
overflow-y: auto;
max-height: 100%;
}

ul.overflow,
Expand Down

0 comments on commit 14039ee

Please sign in to comment.