fix(fk): fix foreign key styling with modals (#3500)

This commit is contained in:
Gabe Lyons 2021-11-02 22:55:45 -07:00 committed by GitHub
parent de41134a33
commit 9d8d99729c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ const ForeignKeyContent = styled.tr`
display: flex;
flex-direction: column;
width: 100%;
z-index: 99999;
margin-top: -587px;
box-shadow: inset 0 7px 16px -7px ${ANTD_GRAY[5]};
`;