You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description of the Issue
The drop-down menu on the landing page, with id="caret-down", does not automatically hide when clicking outside of the menu. Currently, the drop-down only hides if the user clicks directly on the caret symbol, which is inconsistent with common behavior on most websites.
### Expected Behavior
The drop-down menu should hide when the user clicks anywhere on the page, whether it's a blank space or another element, ensuring a smoother and more intuitive user experience.