Skip to content

Apply gradient to top and bottom of clue list when scrollable #13543

Open
@jamesmockett

Description

@jamesmockett

Currently we apply a gradient to the bottom of the clue list when there are more clues that are hidden and can be scrolled into view, but don't apply the same treatment to the top of the list to show it can be scrolled in the other direction.

We could also replace the debounce on the scroll and resize events so the visibility of the gradient changes whilst still scrolling rather than waiting until stopped. It uses debouncing rather than throttling as lodash.debounce is already a dependency in DCR — we could add lodash.throttle (or similar), or roll our own.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Pick me upsmall effort, self contained issues to do when you feel like a pick me up, waiting to be unblocked…crosswordsgood first issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions