fix: Editing with document history open attempts to edit old revision
fix: Document history sidebar missing background fix: 'Publish' action should not appear when viewing history of drafts closes #1184
This commit is contained in:
@@ -133,6 +133,7 @@ const Loading = styled.div`
|
||||
`;
|
||||
|
||||
const Wrapper = styled(Flex)`
|
||||
background: ${props => props.theme.background};
|
||||
min-width: ${props => props.theme.sidebarWidth};
|
||||
border-left: 1px solid ${props => props.theme.divider};
|
||||
overflow: scroll;
|
||||
|
||||
Reference in New Issue
Block a user