When the search results are more than a couple of dozen (even in a big screen), it makes no sense scrolling down...
- The effect of expanding the respective menu/submenu where the result is found looses its value as you scroll down and the admin bar disappears.
- Making the admin bar "sticky" could be a solution, but the results would then have to not "follow" along.
Could (and should) we make the list of results scrollable instead of expanding the whole page height? I mean is there a way to have the scrollbar in the list of results instead of the page? This would keep the admin bar within view at all times.
Should we simply start presenting results after the 3rd letter typed (instead of the 2nd as we do now)? That should limit the chances of getting a long list of results and not cause the issue in the first place I guess.
Recent comments
@yorkshirepudding - Thank you! That's just what I needed. In the code, it's actually fontyourface_ui_settings_form (with underscores rather than dashes). Now it's working ... I only have to figure...
Question about hook_form_FORM_ID_alter
Oh the benefits of a new set of eyes.... I don't know how many times I've looked at that css and not spotted that! Mind you, in my defense, my eyes are over 70 years old (and obviously in need of...
How to over-ride grid-flexbox.css
thanks yorkshirepudding, i used the CSS Injector option with this code and it works .views-table caption { font-weight: bold; color: blue; font-size: 26px; }
How to change the format of the Views group title field?