Fix docs categories scroll

This commit is contained in:
Jeremy Thomas
2022-01-04 13:01:43 +01:00
parent 4728e1b06d
commit 6e47cdb9ed
8 changed files with 10622 additions and 6027 deletions

View File

@@ -30,8 +30,11 @@
}
.bd-categories {
@include overflow-touch;
--height: 1.25;
max-height: 100vh;
overflow-y: auto;
padding: var(--docs-side-padding);
position: sticky;
top: 0;