# Search text field is missing in search drop down menu on Windows Desktop

**URL:** https://meta.discourse.org/t/search-text-field-is-missing-in-search-drop-down-menu-on-windows-desktop/276706
**Category:** Bug
**Tags:** search
**Created:** [August 25, 2023, 11:37pm UTC](https://meta.discourse.org/t/search-text-field-is-missing-in-search-drop-down-menu-on-windows-desktop/276706 "2023-08-25T23:37:44Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [August 25, 2023, 11:37pm UTC](https://meta.discourse.org/t/search-text-field-is-missing-in-search-drop-down-menu-on-windows-desktop/276706/1 "2023-08-25T23:37:44Z")

</div>

I don’t think this is an expected change and I just noticed it this on Meta past hour in both latest Chrome and Firefox in Windows.

Repro:

1. Do a search with the search menu and go to a result.
2. Try to use it again and the remembered search results show with what looks like a collapsed text field (see the thick blue line at the top of the results drop down).

 ![search_menu](https://global.discourse-cdn.com/meta/original/4X/c/f/6/cf62dce81546c9cd78f2797215a7376dda4f095c.png)

> ➡ Cannot repro on my own forum running 3.2.0.beta1-dev, **updated 14 hours ago**.

This is in Safari, iOS 16.6 - working as expected

 ![IMG_0280](https://global.discourse-cdn.com/meta/original/4X/1/b/9/1b93a142ee012fa1accf187ace0f53dd15a9a415.jpeg)

---

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [August 26, 2023, 6:31am UTC](https://meta.discourse.org/t/search-text-field-is-missing-in-search-drop-down-menu-on-windows-desktop/276706/2 "2023-08-26T06:31:29Z")

</div>

It seems it cause by this overflow hidden

> <https://github.com/discourse/discourse/blob/1209efb63c47c32b119ea130e4c7d411a836e3e4/app/assets/stylesheets/common/base/search-menu.scss#L29>

from this commit [FIX: Adjust border-radius in multiple locations (#23278) · discourse/discourse@1209efb · GitHub](https://github.com/discourse/discourse/commit/1209efb63c47c32b119ea130e4c7d411a836e3e4#diff-88a3abe8fe549d5ae9fbdb606a9735279e1d0e0a3bd48b59c0252ed9e788bcf0)

---

<div class="post-metadata">

### Author: ![jordan.vidrine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jordan.vidrine/32/515563_2.png) [@jordan.vidrine](https://meta.discourse.org/u/jordan.vidrine)
#### Post date: [August 28, 2023, 4:05pm UTC](https://meta.discourse.org/t/search-text-field-is-missing-in-search-drop-down-menu-on-windows-desktop/276706/5 "2023-08-28T16:05:01Z")

</div>

I have a fix for this being merged as we speak, thanks for reporting @Lilly!

---

<div class="post-metadata">

### Author: ![isaac](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/isaac/32/235758_2.png) [@isaac](https://meta.discourse.org/u/isaac)
#### Post date: [February 6, 2024, 6:06pm UTC](https://meta.discourse.org/t/search-text-field-is-missing-in-search-drop-down-menu-on-windows-desktop/276706/6 "2024-02-06T18:06:03Z")

</div>


