Skip to content

Commit f62b665

Browse files
committed
Fix sidebar scroll for real now
1 parent 92d481d commit f62b665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/co/gaiwan/compass/html/navigation.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
:bg-surface-2
6262
:h-screen
6363
:flex :flex-col
64-
:overflow-hidden :shadow-5 :z-1 :fixed
64+
:overflow-y-auto :shadow-5 :z-1 :fixed
6565
{:transition "transform 300ms ease-in"
6666
:width t/--size-fluid-10
6767
:right 0

0 commit comments

Comments
 (0)