discourse/app/assets/stylesheets/desktop/components
chapoi 2f3404fe4d
UX: fix search results unreachable bottom results and more button (#32883)
Meta report:
https://meta.discourse.org/t/search-in-header-gives-too-deep-results/362973

The general problem of our `menu-panel` is that it had no proper
max-height set, which mean you have to scroll the page instead of the
panel to see bottom results. In the new header-search setup however,
scrolling the page makes the panel disappear, effectively locking you
out.

This commit adds a best-estimate max-height on the parent level
`menu-panel`, dependent on where the search is triggered from (header VS
welcome banner)

| Old | New |
|--------|--------|
| ![CleanShot 2025-05-23 at 14 58
07@2x](https://github.com/user-attachments/assets/4a96d518-13d0-4f97-b472-5d1f56bbaa1a)
| ![CleanShot 2025-05-23 at 14 59
30@2x](https://github.com/user-attachments/assets/9c8546d2-a780-49b3-80d0-95eab81eff94)
|
2025-05-26 09:40:23 +02:00
..
sidebar DEV: Introduce stylelint (#29852) 2025-01-20 15:27:42 +00:00
_index.scss FEATURE: add search field to header (#31447) 2025-02-28 12:47:09 +04:00
drafts-dropdown-menu.scss UX: multiple drafts menu improvements (#31195) 2025-02-05 15:19:13 +04:00
header-search.scss UX: fix search results unreachable bottom results and more button (#32883) 2025-05-26 09:40:23 +02:00
more-topics.scss UX: fix alignment of more topics nav pills (#32808) 2025-05-20 07:36:12 +10:00
user-card.scss DEV: Replace all @breakpoint with @viewport.* (#32649) 2025-05-12 12:52:45 +01:00
user-info.scss DEV: Introduce stylelint (#29852) 2025-01-20 15:27:42 +00:00
user-stream-item.scss UX: user stream alignment fix for likes (#31234) 2025-02-07 17:28:31 +04:00