[docs] sidebar: more spacing (for mobile), add vertical scrolling

This commit is contained in:
Ryan Gossiaux
2022-03-02 14:00:12 -08:00
parent 0b9d4823e8
commit f328881466
2 changed files with 5 additions and 3 deletions

View File

@@ -12,7 +12,9 @@
<div class="flex">
<div class="w-52 min-w-fit hidden md:block flex-shrink-0">
<div class="sticky top-20">
<div
class="sticky top-0 pt-20 pb-4 -mt-[61px] max-h-screen overflow-y-auto"
>
<Sidebar />
</div>
</div>