Hi all. I recently came across a 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.
As a quick fix, you might consider trying this in your mobile CSS:
.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:
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.