fix: move to a more stable scroll API to avoid jumping

This commit is contained in:
Jean-Philippe Sirois
2021-06-01 00:08:17 -04:00
parent fdb6083c6b
commit cc740502e9
4 changed files with 276 additions and 85 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export const Sidebar = styled.div`
margin: 64px 0;
padding: 0 32px;
position: sticky;
top: 32px;
top: 119px;
&:empty {
display: none;