From f62b665e835c796be687cce1d256074b33e44516 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Sun, 15 Sep 2024 10:32:52 +0200 Subject: [PATCH] Fix sidebar scroll for real now --- src/co/gaiwan/compass/html/navigation.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/co/gaiwan/compass/html/navigation.clj b/src/co/gaiwan/compass/html/navigation.clj index 9327346..d1906c3 100644 --- a/src/co/gaiwan/compass/html/navigation.clj +++ b/src/co/gaiwan/compass/html/navigation.clj @@ -61,7 +61,7 @@ :bg-surface-2 :h-screen :flex :flex-col - :overflow-hidden :shadow-5 :z-1 :fixed + :overflow-y-auto :shadow-5 :z-1 :fixed {:transition "transform 300ms ease-in" :width t/--size-fluid-10 :right 0