Bug Description
The dropdown menus on the Resources page remain open even after clicking outside the dropdown area.
Additionally, when opening the second dropdown, the first dropdown does not close automatically, causing multiple dropdowns to stay open simultaneously.
Expected Behavior
- Clicking outside should close all open dropdowns
- Opening one dropdown should automatically close previously opened dropdowns
Steps to Reproduce
- Open first dropdown
- Open second dropdown
- Observe both remain open
- Click outside dropdown area
- Observe dropdowns still remain open
Suggested Fix
Implement outside-click detection and centralized dropdown state management so only one dropdown remains open at a time.
Bug Description
The dropdown menus on the Resources page remain open even after clicking outside the dropdown area.
Additionally, when opening the second dropdown, the first dropdown does not close automatically, causing multiple dropdowns to stay open simultaneously.
Expected Behavior
Steps to Reproduce
Suggested Fix
Implement outside-click detection and centralized dropdown state management so only one dropdown remains open at a time.