MacOs High Sierra 10.13.6
1.8.2 graphql-playground-electron
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.
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.
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.
Today, I've installed a new update and the issue still persists... The overflow: auto CSS is still missing and when I add it via Dev Tools it works.
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 馃帀
Most helpful comment
Today, I've installed a new update and the issue still persists... The
overflow: autoCSS is still missing and when I add it via Dev Tools it works.