Hi there, so I have a popup where a user can edit a Task (it’s a version of a to-do app). When the user is editing the task, they can add other users as “observers.” So I created a searchbox for the current user to search other users. Here’s the problem:
When I use the search box on mobile, the results appear in the incorrect postition (ie. not below the searchbox). See below:
However, on the desktop version it works correctly:
Any ideas?