fix: Scrollbar styling

closes #1665
This commit is contained in:
Tom Moor
2020-11-21 16:16:38 -08:00
parent 6b511e4251
commit 44ca447185
2 changed files with 10 additions and 0 deletions

View File

@@ -92,6 +92,10 @@ const StyledEditor = styled(RichMarkdownEditor)`
transition: ${(props) => props.theme.backgroundTransition};
}
& * {
box-sizing: content-box;
}
.notice-block.tip,
.notice-block.warning {
font-weight: 500;