fix: fix broken sticky sidebar in Chrome 80

fixes #1167
This commit is contained in:
Roman Hotsiy 2020-02-09 20:59:16 +07:00
parent 4289eb0bee
commit 1a2a7dd833
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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;