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
The sidebar is too tall on small windows. Even on fullscreen devices in landscape orientation (iPads, etc.), it's too tall once the "clear all filters" link appears.
We'd have to use something like https://abouolia.github.io/sticky-sidebar/. Nordstom is an example of the technique. It uses accordions because it has so many filters. In our case, it's better not to hide the available options, as they are less predictable, compared to shopping for clothing.
However, that's 24kB of JavaScript just to keep the filters visible. FWIW, Amazon has more than 1 screen of filters and they are not sticky.
From #85 (comment)
Some websites have a "back to top" link appear only when the user starts scrolling up again.
https://www.nngroup.com/articles/back-to-top/
The text was updated successfully, but these errors were encountered: