Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Aaron Powell
2026-02-26 16:33:14 +11:00
committed by GitHub
parent 0637cad186
commit d73c0bb1f3
7 changed files with 37 additions and 14 deletions

View File

@@ -1598,7 +1598,7 @@ a:hover {
.learning-hub-sidebar {
position: sticky;
top: 24px;
top: calc(var(--header-height) + 24px);
max-height: calc(100vh - 48px);
overflow-y: auto;
}