fix: Sticky heading stacking

This commit is contained in:
Tom Moor
2021-02-16 00:15:04 -08:00
parent 7e922d8716
commit f18a2a048d

View File

@ -20,8 +20,8 @@ const Underline = styled.div`
line-height: 1.5; line-height: 1.5;
color: ${(props) => props.theme.textSecondary}; color: ${(props) => props.theme.textSecondary};
border-bottom: 3px solid ${(props) => props.theme.textSecondary}; border-bottom: 3px solid ${(props) => props.theme.textSecondary};
padding-top: 7px; padding-top: 6px;
padding-bottom: 5px; padding-bottom: 4px;
`; `;
// When sticky we need extra background coverage around the sides otherwise // When sticky we need extra background coverage around the sides otherwise