mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 09:58:14 +00:00
fix(fk): fix foreign key styling with modals (#3500)
This commit is contained in:
parent
de41134a33
commit
9d8d99729c
@ -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]};
|
||||
`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user