Skip to content

Commit

Permalink
Fix sidebar scroll for real now
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalorg committed Sep 15, 2024
1 parent 92d481d commit f62b665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/co/gaiwan/compass/html/navigation.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f62b665

Please sign in to comment.