Skip to content

Commit

Permalink
Merge pull request #514 from preset-io/modal-header-fix
Browse files Browse the repository at this point in the history
fix(dbt cloud): modal header overlap in db connection
  • Loading branch information
Lily Kuang authored May 18, 2023
2 parents 843fe63 + c89b3cb commit 710185c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ export const StyledStickyHeader = styled.div`
top: 0;
z-index: ${({ theme }) => theme.zIndex.max};
background: ${({ theme }) => theme.colors.grayscale.light5};
height: ${({ theme }) => theme.gridUnit * 16}px;
height: auto;
`;

export const StyledCatalogTable = styled.div`
Expand Down

0 comments on commit 710185c

Please sign in to comment.