Skip to content

Commit

Permalink
fix: fix side bar styles to accommodate header announcement heights (#…
Browse files Browse the repository at this point in the history
…163) (#164)

Co-authored-by: Fran McDade <franmcdade@Frans-MacBook-Pro.local>
  • Loading branch information
frano-m and Fran McDade authored Aug 13, 2024
1 parent 7c5f6da commit acd1526
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ interface Props {
}

export const SidebarPositioner = styled("div")<Props>`
box-sizing: border-box;
height: 100%;
overflow: visible;
padding: 16px 0;
Expand Down

0 comments on commit acd1526

Please sign in to comment.