Skip to content

Commit

Permalink
Fix: scrolling filters panel
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Jan 2, 2025
1 parent f8acc94 commit 2d793ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/overview/filters/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default function ProjectsFilters() {

return (
<section
className="h-full flex-1 overflow-hidden border-r border-border bg-big-stone-950 pt-6"
className="flex h-full flex-1 flex-col overflow-hidden border-r border-border bg-big-stone-950 pt-6"
style={{
width: FILTERS_SIDEBAR_WIDTH,
}}
Expand Down

0 comments on commit 2d793ce

Please sign in to comment.