Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

API console: indicate presence of more completions #7333

@sqs

Description

@sqs

In the API console, when using completion, it is not clear that the list scrolls and that there are more options:

image

Repro: Go to https://sourcegraph.com/api/console and trigger completion (eg by pressing Ctrl/Cmd+Space).

We use https://github.com/graphql/graphiql for the API console, and it uses the CodeMirror editor. I see that it already applies the overflow-y: auto in CSS to the menu, which should make it at least flash a scroll bar, but it's not doing so.

Metadata

Metadata

Assignees

Labels

apiSourcegraph GraphQL APIwebapp

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions