Problem described below happens on Android smartphone, thus limited screen space.
When searching for something in a big wiki, and there are many results, that produces a big dropdown list that is a few screens long. After I tap on a tiddler title from the search results to open that tiddler, the dropdown list stays open, covering the whole story river. To make the list disappear, I have to navigate back to the search widget and delete the search string. Is there a setting or something, to make the list of search results disappear automatically when an item from it is opened?
This will ensure that the dropdown list will never be taller than half the browser window height, and will show a scrollbar if the list contents are longer than that.
I also have been frustrated by this on mobile before, so attempted removing tc-popup-handle – that did not work for me. I’ll be interested if it works for you @vuk
The tc-popup-handle classname occurs TWICE in the $:/core/ui/SideBarSegments/search tiddler.
The first is applied to the search input field itself, and should remain.
It is the second instance, which is applied to the $reveal widget that surrounds the dropdown results list that should be removed. Perhaps you removed the wrong one in your prior attempt?