Jake Vanderwerf
2026-05-11 ac444cba221832c012c0435fdc8339fe9f37febb
src/glossary/style.scss
@@ -4,12 +4,13 @@
      --navWidth: 22vw;
   }
}
nav.glossary-index {
   position: fixed;
   top: 50%;
   transform: translateY(-50%);
   width: var(--navWidth);
   right: 0;
   right: -8px;
   height: 60vh;
   z-index: var(--z-3);
@@ -17,6 +18,7 @@
      --dir: column;
      --align: flex-start;
      --justify: flex-start;
      --gap: 1px;
      touch-action: pan-y;
      max-height: 100%;
      height: 100%;
@@ -25,11 +27,16 @@
      scroll-behavior: smooth;
   }
   li, a {
      flex: 1;
      width: 100%;
      height: max-content;
      min-height: max(var(--chipchip), max-content);
   }
   a {
      --justify: center;
      background-color: rgba(var(--base-rgb),var(--op-6));
      padding: .25rem .5rem;
      hyphens: auto;
      background-color: rgba(var(--base-rgb),var(--op-45));
      word-wrap: anywhere;
      white-space: wrap;
   }