style(layout): fix header sticky

style(layout): fix unnecessary scroll
This commit is contained in:
Nicolas Meienberger
2025-10-30 18:22:42 +01:00
parent cce2d356fe
commit bd168df352
3 changed files with 15 additions and 8 deletions

View File

@@ -24,6 +24,11 @@ body {
}
}
.main-content {
scrollbar-width: thin;
scrollbar-gutter: stable;
}
@theme inline {
--radius-sm: calc(var(--radius) - 4px);
--radius-md: calc(var(--radius) - 2px);