fix: remove legacy z-index overrides on model config popup (#33769)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Tim Ren
2026-03-20 10:40:30 +08:00
committed by GitHub
parent ce370594db
commit 8bebec57c1
6 changed files with 0 additions and 8 deletions

View File

@ -80,7 +80,6 @@ const MetadataFilter = ({
</div>
<div className="mt-1 px-4">
<ModelParameterModal
portalToFollowElemContentClassName="z-[50]"
popupClassName="!w-[387px]"
isInWorkflow
isAdvancedMode={true}

View File

@ -63,7 +63,6 @@ const PromptEditor: FC<PromptEditorProps> = ({
</div>
<ModelParameterModal
popupClassName="!w-[448px]"
portalToFollowElemContentClassName="z-[1000]"
isAdvancedMode={true}
provider={model.provider}
completionParams={model.completion_params}