Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kochapas opened this issue Feb 26, 2025 · 1 comment
Labels
k/bug Something isn't working

Comments

@kochapas
Copy link

kochapas commented Feb 26, 2025

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

@kochapas kochapas added the k/bug Something isn't working label Feb 26, 2025
@seanparkross
Copy link
Contributor

Thanks @kochapas I have reported this to the team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants