Skip to content

Commit

Permalink
fix: Filters sidebar stretching dashboard height
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Feb 9, 2024
1 parent c222464 commit 0be51cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import classNames from 'classnames';

const StyledDiv = styled.div`
${({ theme }) => css`
position: relative;
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: auto 1fr;
Expand Down

0 comments on commit 0be51cc

Please sign in to comment.