mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
fix: modal z-index cleanup (#5234)
This commit is contained in:
@ -195,7 +195,6 @@ const HitTesting: FC<Props> = ({ datasetId }: Props) => {
|
||||
</FloatRightContainer>
|
||||
<Modal
|
||||
className='!max-w-[960px] !p-0'
|
||||
wrapperClassName='!z-40'
|
||||
closable
|
||||
onClose={() => setCurrParagraph({ showModal: false })}
|
||||
isShow={currParagraph.showModal}
|
||||
|
||||
Reference in New Issue
Block a user