ui: tweak sticky header styles to match figma sketch

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