 html { scroll-behavior: smooth; } .glossary-sidebar-inner { position: sticky; top: 90px; max-height: calc(100vh - 110px); overflow-y: auto; scrollbar-width: none; } .glossary-sidebar-inner::-webkit-scrollbar { display: none; } .glossary-nav-letter { display: block; font-size: 13px; line-height: 1.8; text-decoration: none; transition: color 0.15s ease,font-weight 0.15s ease; } .glossary-nav-letter.has-entries { color: #555; } .glossary-nav-letter.has-entries:hover { color: #000; text-decoration: none; } .glossary-nav-letter.inactive { color: #ccc; cursor: default; pointer-events: none; } .glossary-nav-letter.current { color: #000; font-weight: 700; } .glossary-section { margin-bottom: 3rem; scroll-margin-top: 90px; } .glossary-letter-heading { font-size: 1.7rem; font-weight: 700; margin-bottom: 1.2rem; } .glossary-entry { margin-bottom: 1rem; } .glossary-term { font-size: 14px; font-weight: 700; margin-bottom: 2px; } .glossary-definition { font-size: 14px; color: #444; margin-bottom: 0; }