Skip to content

Commit

Permalink
fix: fix broken sticky sidebar in Chrome 80
Browse files Browse the repository at this point in the history
fixes #1167
  • Loading branch information
RomanHotsiy committed Feb 9, 2020
1 parent 4289eb0 commit 1a2a7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StickySidebar/StickyResponsiveSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const StyledStickySidebar = styled.div<{ open?: boolean }>`
flex-direction: column;
backface-visibility: hidden;
contain: strict;
/* contain: strict; TODO: breaks layout since Chrome 80*/
height: 100vh;
position: sticky;
Expand Down

0 comments on commit 1a2a7dd

Please sign in to comment.