Skip to content

Commit

Permalink
fix(Docs): Drawer on small screens is broken (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cedrone-cengage authored Aug 19, 2024
1 parent 0f4c793 commit ed3bd5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/drawer-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(Drawer): Fixed drawer appearing open at lower screen resolutions for the doc site navigation.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ const StyledContainer = styled.div`
'masthead masthead'
'nav content';
}
@media (max-width: 1024px) {
display: hidden;
}
`;

const StyledSkipLink = styled(SkipLink)`
Expand Down

2 comments on commit ed3bd5b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.