You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #502 made the whole sidebar scrollable, and not only the toctree part of it. That fixed some annoying usability bugs when having multiple elements in the sidebar (see screenshots in #500).
But, that also introduced the minor usability issue that if you go to a page for which the sidebar is automatically scrolled down (eg got to https://pydata-sphinx-theme.readthedocs.io/en/latest/demo/subpages/subsubpages/subsubpage19.html), the search box is now never visible out of the box.
(you have to scroll up in the sidebar (not scroll the page itself, that doesn't influence that) to get to the search box, and scrolling in the sidebar is not something you typically do except for going to another page)
I am not directly thinking of a good solution, but recording the slight concern.
(or at least not a generic solution, without special casing the "search-field" template if it is the first element of html_sidebars, or something like that)
The text was updated successfully, but these errors were encountered:
this is the issue that finally convinces me that the search box should default to being in the top navbar instead of the left sidebar (which has been suggested lately in #221 (comment)).
PR #502 made the whole sidebar scrollable, and not only the toctree part of it. That fixed some annoying usability bugs when having multiple elements in the sidebar (see screenshots in #500).
But, that also introduced the minor usability issue that if you go to a page for which the sidebar is automatically scrolled down (eg got to https://pydata-sphinx-theme.readthedocs.io/en/latest/demo/subpages/subsubpages/subsubpage19.html), the search box is now never visible out of the box.
(you have to scroll up in the sidebar (not scroll the page itself, that doesn't influence that) to get to the search box, and scrolling in the sidebar is not something you typically do except for going to another page)
I am not directly thinking of a good solution, but recording the slight concern.
(or at least not a generic solution, without special casing the "search-field" template if it is the first element of
html_sidebars
, or something like that)The text was updated successfully, but these errors were encountered: