diff --git a/frontend/src/Editor/Components/PasswordInput.jsx b/frontend/src/Editor/Components/PasswordInput.jsx index 03f16976b8..8c7a8b4ff9 100644 --- a/frontend/src/Editor/Components/PasswordInput.jsx +++ b/frontend/src/Editor/Components/PasswordInput.jsx @@ -374,6 +374,8 @@ export const PasswordInput = function PasswordInput({ fontSize: '11px', fontWeight: '400', lineHeight: '16px', + position: 'relative', + zIndex: 2, }} > {showValidationError && validationError}