Skip to content

Commit

Permalink
Fix Sidebar overflow issue in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
moroshko committed Feb 6, 2020
1 parent f6c55a3 commit 092c376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function Item({ location, href, children }) {
css={{
display: "flex",
alignItems: "center",
boxSizing: "border-box",
width: "100%",
padding: `${theme.space[2]} ${theme.space[6]}`,
color: isCurrent ? theme.colors.black : theme.colors.grey.t75,
Expand Down

0 comments on commit 092c376

Please sign in to comment.