account for sticky on clickToContext

This commit is contained in:
keyan 2024-03-28 16:43:44 -05:00
parent b2616bdfdb
commit b577a4f4af
1 changed files with 4 additions and 0 deletions

View File

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