quartz/components/styles/backlinks.scss
@@ -1,9 +1,10 @@ @use "../../styles/variables.scss" as *; .backlinks { @media all and not ($desktop) { @media all and not ($mobile) { overflow-y: auto; display: initial; display: flex; flex-direction: column; &:after { pointer-events: none; content: ""; @@ -17,10 +18,6 @@ background: linear-gradient(transparent 0px, var(--light)); } &:has(> .overflow) { position: unset; } & > h3 { font-size: 1rem; margin: 0; @@ -39,10 +36,6 @@ } & > .overflow { max-height: unset; & > li:last-of-type { margin-bottom: 0; } &:after { display: none; }