Commit a14caf9
authored
merge: Fix Search Popup Overflow on Large Screens (#8256)
📌 Description
This PR fixes the desktop search popup overflowing beyond the viewport
on large screen sizes.
Previously, the search dropdown used fixed widths and right-side
positioning, which caused the popup to extend outside the visible
viewport under certain desktop layouts. This affected the responsiveness
and overall user experience.
✨ Changes Made
Replaced fixed-width styling with responsive viewport-based sizing.
Improved popup positioning to ensure it remains fully visible within the
viewport.
Preserved the existing desktop and mobile search behavior.
Maintained the current UI design and animations.
🐛 Problem Solved
Prevents the search popup from overflowing on large desktop screens.
Ensures the entire search interface remains accessible and visible.
Improves responsive behavior across different screen sizes.
🧪 Testing
✅ Tested on large desktop screens
✅ Tested on laptop resolution
✅ Tested on tablet viewport
✅ Verified mobile layout remains unaffected
✅ No console errors
✅ Existing search functionality works as expected
📸 Screenshots
Before
<img width="1366" height="766" alt="image"
src="https://github.com/user-attachments/assets/8a3f1a99-6a52-4b3d-a8e7-12c44973789e"
/>
After
<img width="1366" height="766" alt="image"
src="https://github.com/user-attachments/assets/a699c57e-3976-4776-9f75-07de74f820b8"
/>
Checklist
Code follows the project's coding standards.
Responsive behavior has been verified.
No existing functionality was broken.
Ready for review.
closes #78841 file changed
Lines changed: 1 addition & 1 deletion
File tree
- components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments