feat: sidebar scrolling works on mobile

This commit is contained in:
Robert Perce 2026-04-08 11:38:05 -05:00
parent 18de4c5895
commit a178bc1cc0
7 changed files with 35 additions and 7 deletions

View file

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