From ef14c84edc4aa8bd3ae3eaa8b3e6ab00ca8da38f Mon Sep 17 00:00:00 2001 From: DacongDA Date: Thu, 10 Jul 2025 19:56:05 +0800 Subject: [PATCH] feat: show the popover on the top when window's width too small and close popover when password options is empty (#3952) --- web/src/auth/ForgetPage.js | 4 ++-- web/src/auth/SignupPage.js | 4 ++-- web/src/common/modal/PasswordModal.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/src/auth/ForgetPage.js b/web/src/auth/ForgetPage.js index b49fe48d..e09327d7 100644 --- a/web/src/auth/ForgetPage.js +++ b/web/src/auth/ForgetPage.js @@ -385,7 +385,7 @@ class ForgetPage extends React.Component { }, ]} /> - + = 960 ? "right" : "top"} content={this.state.passwordPopover} open={this.state.passwordPopoverOpen}>