-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Search Results Container Overflow Issue #1596
Comments
if the bug is fixed why the fix is not showing on the website the pr is not merged or what? and if yes please merge it |
Didn't raise a PR because as per the contributing guidelines "Don't make any pull request for issues you are not assigned to. It will be closed without merging". |
is this issue assigned to someone? |
The maintainer or moderator can assign the issue accordingly. |
okay got it |
Thank you @designed2code for informing. Sorry that I didn't followed the guidelines. What should I do now, should I close the PR or wait for assign or something else. |
i guess don't close the pr rather ask moderators to assign this task to you or close the pr as soon as the task gets assigned to you then again raise a pr |
Describe the bug
When searching returns multiple results, the results list overflows outside its parent container instead of being contained within it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Suggested Fix
src/components/search/SearchResults.tsx
overflow:auto
to thediv
which is havingmax-h-[40vh]
Screenshots or GIFs
ser-attachments/assets/5372797b-29ca-48a6-bb3f-6663028ad087)
Info (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: