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
Describe the bug
The current implementation of the more filters menu in our web application is causing visual inconsistencies and usability issues. The menu's height does not extend to the bottom of the page, resulting in an awkward appearance and an overall poor user experience.
To Reproduce
Steps to reproduce the behavior:
Navigate to the Explore Projects page with the More Filters functionality.
Expand the filters menu.
Observe that the menu's height does not extend to the bottom of the page or that the container overflows, causing scrolling on the main page.
Expected behavior
The height of the filters menu should be adjusted to fill the entire vertical space from the top of the page to the bottom. Alternatively, we can modify the container to prevent overflowing the page, enabling scrolling within the filters menu while keeping the rest of the page static.
@HelNershingThapa I started working on it but eventually got busy with some interviews and assessments, got done with it yesterday. Sorry about not being in contact. I am resuming the work on it and will let you know with the updates! 😊
Describe the bug
The current implementation of the more filters menu in our web application is causing visual inconsistencies and usability issues. The menu's height does not extend to the bottom of the page, resulting in an awkward appearance and an overall poor user experience.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The height of the filters menu should be adjusted to fill the entire vertical space from the top of the page to the bottom. Alternatively, we can modify the container to prevent overflowing the page, enabling scrolling within the filters menu while keeping the rest of the page static.
Screenshots
Additional context
This issue was brought up by @kshitijrajsharma on our Slack channel
The text was updated successfully, but these errors were encountered: