Skip to content

Doc Explorer Gets Hidden When Fields Have Long Names, Preventing Horizontal Scrolling #10694

Open
@kochapas

Description

@kochapas

Version Information

Server Version:
CLI Version (for CLI related issue): v2.45.1-cloud.1

Environment

Cloud

What is the current behaviour?

When there are fields that are too long, the doc explorer will get hidden and cannot be navigated/scrolled horizontally to the left side of the element.

What is the expected behaviour?

I should be able to scroll horizontally in the doc explorer or the doc explorer should expand to match with the content inside.

How to reproduce the issue?

  1. Write a query with a table or fields with a really long name (to make the explorer expand).
  2. Refresh the Hasura console.

Screenshots or Screencast

Image

Image

Please provide any traces or logs that could help here.

--

Any possible solutions/workarounds you're aware of?

Removing overflow: hidden; (or changing it to overflow: scroll; ) from div.docExplorerWrap's inline CSS will allow me to see the whole table again.

Image

Image

Keywords

docExplorerWrap, explorer

Metadata

Metadata

Assignees

No one assigned

    Labels

    k/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions