feat: sidebar scrolling works on mobile

This commit is contained in:
Robert Perce 2026-04-08 11:38:05 -05:00
parent 18de4c5895
commit 4f0962cbf3
3 changed files with 5 additions and 4 deletions

View file

@ -57,7 +57,8 @@ section#content {
height: 100%;
&.hide {
display: none;
left: -200%;
visibility: hidden;
}
}