digitallyinduced/thin-backend

remove `overflow:scroll` from `#content` and `.graphiql-explorer-root > div`

Closed this issue · 2 comments

jeyj0 commented

Replace with overflow: auto; to get rid of ugly, dark borders. (GraphiQL view)

Can you post a screenshot? I don't see any scrollbars (maybe it's a nixOS thing?)

jeyj0 commented

Chrome (more obvious here):
image
Firefox:
Screen Shot 2022-03-24 at 09 26 48

Tested on NixOS (verified to happen in FF 97 and Chromium 98)

Does not happen on my Mac's Firefox.

Scrollbars on Mac are "invisible" by default (overlayed when necessary, don't take up any space), which makes it appear as if everything is fine there.