Emile Bangma
2024-09-25 a7a0dcad22876b8e4e0185b8c4b4d8131be965b1
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;
      }