dark mode fixes

This commit is contained in:
Jan Prochazka
2020-11-13 18:43:06 +01:00
parent 08efc787c7
commit 7f7d39cfc2
7 changed files with 20 additions and 7 deletions

View File

@@ -45,7 +45,8 @@ export function WidgetsOuterContainer({ children, style = undefined, refNode = u
export const StyledWidgetsInnerContainer = styled.div`
flex: 1 1;
overflow: scroll;
overflow-x: auto;
overflow-y: auto;
width: ${(props) => props.leftPanelWidth}px;
`;