From 269426a55fb37c9f6f6d08a7a87f037c556023f4 Mon Sep 17 00:00:00 2001 From: amitabhsahu Date: Wed, 4 Sep 2024 00:15:02 +0530 Subject: [PATCH] fix password validation message hiding under box shadow --- frontend/src/Editor/Components/PasswordInput.jsx | 2 ++ 1 file changed, 2 insertions(+) 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}