mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 07:46:00 +00:00
dark mode fixes
This commit is contained in:
@@ -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;
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user