Skip to content

Commit

Permalink
fix: overflow-y for SyncCatalogField (#6369)
Browse files Browse the repository at this point in the history
  • Loading branch information
isalikov authored Sep 23, 2021
1 parent 6342592 commit 0b1f1e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const TreeViewContainer = styled.div`
margin-bottom: 29px;
border-radius: 4px;
max-height: 600px;
overflow-y: overlay;
overflow-y: auto;
`;

const SchemaHeader = styled(Header)`
Expand Down

0 comments on commit 0b1f1e2

Please sign in to comment.