# Search Results Bug - Mobile

**URL:** https://meta.discourse.org/t/search-results-bug-mobile/160826
**Category:** Bug
**Created:** [August 14, 2020, 6:11am UTC](https://meta.discourse.org/t/search-results-bug-mobile/160826 "2020-08-14T06:11:53Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![lucaviness](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lucaviness/32/245089_2.png) [@lucaviness](https://meta.discourse.org/u/lucaviness)
#### Post date: [August 14, 2020, 6:11am UTC](https://meta.discourse.org/t/search-results-bug-mobile/160826/1 "2020-08-14T06:11:53Z")

</div>

Hi all. I recently came across a #Contribute > Bug that I’d like to share. I wouldn’t be surprised if this is already known but I couldn’t find anything on the forum.

When I utilize the search bar, results come up as usual. However, if I slide my finger over, a blank area appears, as shown in the video below. After some testing, it seems as though there is a larger blank area for larger search terms.

I’m not able to reproduce this all the time on all sites.

This occurs in my browser (Safari) and in the DiscourseHub app.

> 

>

---

<div class="post-metadata">

### Author: ![neounix](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neounix/32/215617_2.png) [@neounix](https://meta.discourse.org/u/neounix)
#### Post date: [August 14, 2020, 7:17am UTC](https://meta.discourse.org/t/search-results-bug-mobile/160826/2 "2020-08-14T07:17:44Z")

</div>

Hi @lucaviness

As a quick fix, you might consider trying this in your mobile CSS:

```plaintext
.fps-topic > .blurb{
  overflow:auto;
}

```

I could reproduce this on our forum (since we have a lot of “long lines of single string code”) and installed the CSS (see below), and it did the trick:

 ![Screen Shot 2020-08-14 at 2.16.34 PM](https://global.discourse-cdn.com/meta/original/3X/0/8/0840e8fa5fa147b41059eeff9cea4a59af44a3b2.jpeg)

I am going to install this on our forums as well.

Good catch!

Hope this helps you.

* * *

Update: The CSS above has an unintended consequence on the composer textarea element and so this selector should not be used.

---

<div class="post-metadata">

### Author: ![lucaviness](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lucaviness/32/245089_2.png) [@lucaviness](https://meta.discourse.org/u/lucaviness)
#### Post date: [August 14, 2020, 7:21am UTC](https://meta.discourse.org/t/search-results-bug-mobile/160826/3 "2020-08-14T07:21:07Z")

</div>

Thank you! I’m not an admin so I don’t believe I’ll be able to do that. I’ll try passing it along to the them though.

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [August 14, 2020, 8:36am UTC](https://meta.discourse.org/t/search-results-bug-mobile/160826/4 "2020-08-14T08:36:01Z")

</div>

Hi @lucaviness - thanks for reporting. We made a fix for this a few days ago

[https://github.com/discourse/discourse/commit/e3bc8f34ed8bfcb3104baf9ddb0726253fada07d](https://github.com/discourse/discourse/commit/e3bc8f34ed8bfcb3104baf9ddb0726253fada07d)

We’ll get the fix deployed to infiniteflight very soon

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [August 15, 2020, 12:11am UTC](https://meta.discourse.org/t/search-results-bug-mobile/160826/5 "2020-08-15T00:11:49Z")

</div>


