account for sticky on clickToContext

This commit is contained in:
keyan 2024-03-28 16:43:44 -05:00
parent b2616bdfdb
commit b577a4f4af

View File

@ -210,6 +210,10 @@ $accordion-button-active-icon-dark: $accordion-button-icon;
--bs-gradient: none; --bs-gradient: none;
} }
* {
scroll-margin-top: 60px;
}
.text-monospace { .text-monospace {
font-family: monospace; font-family: monospace;
} }