fix: Background on TOC does not transition smoothly on theme change

This commit is contained in:
Tom Moor
2023-01-13 22:22:31 -05:00
parent 0d53e5a7ba
commit 6b438e3467

View File

@@ -102,6 +102,8 @@ const Sticky = styled.div`
max-height: calc(100vh - 80px);
background: ${(props) => props.theme.background};
transition: ${(props) => props.theme.backgroundTransition};
margin-top: 72px;
margin-right: 52px;
min-width: 204px;