Skip to content

Commit 7cb3164

Browse files
author
FalkWolsky
committed
Fix Modal Closing Button
1 parent 18959b9 commit 7cb3164

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/packages/lowcoder/src/comps/hooks/modalComp.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ const getStyle = (style: ModalStyleType) => {
4646
background-color: ${style.background};
4747
}
4848
}
49+
.ant-modal-close {
50+
inset-inline-end: 7px !important;
51+
}
4952
`;
5053
};
5154

0 commit comments

Comments
 (0)