mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 05:49:25 +08:00
fix: datasource api-key modal z-index incorrect (#34103)
This commit is contained in:
@@ -142,7 +142,7 @@ const ApiKeyModal = ({
|
|||||||
onExtraButtonClick={onRemove}
|
onExtraButtonClick={onRemove}
|
||||||
disabled={disabled || isLoading || doingAction}
|
disabled={disabled || isLoading || doingAction}
|
||||||
clickOutsideNotClose={true}
|
clickOutsideNotClose={true}
|
||||||
wrapperClassName="!z-[101]"
|
wrapperClassName="!z-[1002]"
|
||||||
>
|
>
|
||||||
{pluginPayload.detail && (
|
{pluginPayload.detail && (
|
||||||
<ReadmeEntrance pluginDetail={pluginPayload.detail} showType={ReadmeShowType.modal} />
|
<ReadmeEntrance pluginDetail={pluginPayload.detail} showType={ReadmeShowType.modal} />
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ const OAuthClientSettings = ({
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
containerClassName="pt-0"
|
containerClassName="pt-0"
|
||||||
wrapperClassName="!z-[101]"
|
wrapperClassName="!z-[1002]"
|
||||||
clickOutsideNotClose={true}
|
clickOutsideNotClose={true}
|
||||||
>
|
>
|
||||||
{pluginPayload.detail && (
|
{pluginPayload.detail && (
|
||||||
|
|||||||
Reference in New Issue
Block a user