-
Notifications
You must be signed in to change notification settings - Fork 739
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
Vertical scrolling doesn't work in all of the columns of Schema in Electron app #885
Closed
1 of 7 tasks
Comments
Today, I've installed a new update and the issue still persists... The |
Still problem with safari. |
This is the case for the Desktop app too |
Yay, this update finally fixed it, for real. I think the issue can be closed now 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue pertains to the following package(s):
What OS and OS version are you experiencing the issue(s) on?
MacOs High Sierra 10.13.6
What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?
1.8.2 graphql-playground-electron
What is the expected behavior?
When the content of any column of the schema view overflows, a vertical scroll bar appears allowing the user to scroll in order to view all the content in the column.
What is the actual behavior?
When the content of any column of the schema view overflows, the content is cut off at the bottom of the column. The only exception is the leftmost column which works as expected.
What steps may we take to reproduce the behavior?
View a schema with lots of types and/or resize the window so the app window height is less than the content of a column.
Please provide a gif or image of the issue for a quicker response/fix.

In the image above the leftmost column in the schema view has a grey scroll bar to allow you to scroll to view all the available queries and mutations. However, the middle and rightmost columns in the schema view do not have such a scroll bar. Thus, it is not possible to view all the fields in the middle column or view all the implementations in the rightmost column
Also, there was a previous issue #883 which attempted to fix the same problem, but didn't fix it for all columns in the schema view for the Electron app.
The text was updated successfully, but these errors were encountered: