diff --git a/app/client/src/PluginActionEditor/components/PluginActionForm/components/CommonEditorForm/styles.ts b/app/client/src/PluginActionEditor/components/PluginActionForm/components/CommonEditorForm/styles.ts index 477027266d..3c72ed1e1b 100644 --- a/app/client/src/PluginActionEditor/components/PluginActionForm/components/CommonEditorForm/styles.ts +++ b/app/client/src/PluginActionEditor/components/PluginActionForm/components/CommonEditorForm/styles.ts @@ -17,7 +17,7 @@ export const FormHeader = styled.div` top: calc(-1 * var(--ads-v2-spaces-4)); padding-top: var(--ads-v2-spaces-4); margin-top: calc(-1 * var(--ads-v2-spaces-4)); - z-index: var(--ads-v2-z-index-21); + z-index: var(--ads-v2-z-index-1); background-color: var(--ads-color-background); height: 100px; `;