diff --git a/web/app/components/plugins/plugin-auth/authorize/api-key-modal.tsx b/web/app/components/plugins/plugin-auth/authorize/api-key-modal.tsx index d8ab1cafdd4..38ce5cca4e1 100644 --- a/web/app/components/plugins/plugin-auth/authorize/api-key-modal.tsx +++ b/web/app/components/plugins/plugin-auth/authorize/api-key-modal.tsx @@ -142,7 +142,7 @@ const ApiKeyModal = ({ onExtraButtonClick={onRemove} disabled={disabled || isLoading || doingAction} clickOutsideNotClose={true} - wrapperClassName="!z-[101]" + wrapperClassName="!z-[1002]" > {pluginPayload.detail && ( diff --git a/web/app/components/plugins/plugin-auth/authorize/oauth-client-settings.tsx b/web/app/components/plugins/plugin-auth/authorize/oauth-client-settings.tsx index 28989da77c4..a69cc1538be 100644 --- a/web/app/components/plugins/plugin-auth/authorize/oauth-client-settings.tsx +++ b/web/app/components/plugins/plugin-auth/authorize/oauth-client-settings.tsx @@ -157,7 +157,7 @@ const OAuthClientSettings = ({ ) } containerClassName="pt-0" - wrapperClassName="!z-[101]" + wrapperClassName="!z-[1002]" clickOutsideNotClose={true} > {pluginPayload.detail && (