client icon indicating copy to clipboard operation
client copied to clipboard

Add scroll-hint affordance to long `FilterList`s, `GroupMenu`

Open lyzadanger opened this issue 2 years ago • 2 comments

As noted in https://github.com/hypothesis/client/pull/5268, there are a few limitations to the current styling of long FilterList overflows:

  • There is no visual affordance, other than "we hope that one of the entries is truncated in a way to suggest it" that the overflow is scrollable
  • This overflow approach should also be applied to the GroupMenu, which currently can be unusably long in shorter viewports

lyzadanger avatar Feb 21 '23 13:02 lyzadanger

@lyzadanger, I think this issue is resolved. We should close this issue.

Nitesh639 avatar Mar 12 '23 05:03 Nitesh639

It is still true that we don't have an explicit hint for scrollability as we do in eg. tables where we have a shadow. I do think the control nevertheless "looks" scrollable, to the extent that we can probably get away without this.

Long list display

robertknight avatar Dec 19 '23 10:12 robertknight