Closed
Description
This issue pertains to the following package(s):
- GraphQL Playground - Electron App
- GraphQL Playground HTML
- GraphQL Playground
- GraphQL Playground Express Middleware
- GraphQL Playground Hapi Middleware
- GraphQL Playground Koa Middleware
- GraphQL Playground Lambda Middleware
What OS and OS version are you experiencing the issue(s) on?
Windows 10
What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?
1.7.x
What is the expected behavior?
Can scroll the result panel to see all events.
What is the actual behavior?
When I try to use the mouse wheel nothing happens.
What steps may we take to reproduce the behavior?
Just make a simple subscription query and get some events to see the problem.
Idea of how to solve the problem:
Currently the result panel has height: auto
, you have to do the height calculation that the panel should have using javascript when the app is mounted or make the editor container have the height you want/possible and make the result panel have height: 100%
.