The Wayback Machine - https://web.archive.org/web/20220610100823/https://github.com/hasura/graphql-engine/issues/6158
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

always allow horizontal scroll on Browse Rows page #6158

Open
erikhSSI opened this issue Nov 9, 2020 · 1 comment
Open

always allow horizontal scroll on Browse Rows page #6158

erikhSSI opened this issue Nov 9, 2020 · 1 comment
Labels
c/console e/quickfix good first issue p/longterm

Comments

@erikhSSI
Copy link

@erikhSSI erikhSSI commented Nov 9, 2020

When browsing wide data tables in the dashboard (which I do a lot) it is very inconvenient because the browser's horizontal scrollbar is hidden unless you scroll to the very bottom of the page.
If I am at a page like /console/data/schema/public/tables/[tablename]/browse

I won't be able to scroll the table right (to see other columns) unless I first scroll vertically to the bottom of the page.

image

A small CSS change seems to fix that:

image

And now the horizontal scroll bar always appears

image

@beerose beerose added c/console e/quickfix good first issue p/longterm labels Nov 10, 2020
@beerose beerose changed the title HGE dashboard UI bug: -- /console/data/schema/public/tables/[tablename]/browse always allow horizontal scroll on Browse Rows page Nov 19, 2020
@TheTalesman
Copy link

@TheTalesman TheTalesman commented Mar 30, 2021

I'm working on this

TheTalesman added a commit to TheTalesman/graphql-engine that referenced this issue Mar 30, 2021
TheTalesman added a commit to TheTalesman/graphql-engine that referenced this issue Mar 30, 2021
TheTalesman added a commit to TheTalesman/graphql-engine that referenced this issue Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/console e/quickfix good first issue p/longterm
3 participants