Closed jasonbahl closed 6 months ago
This fixes a bug where the Tooltip for fields in the GraphQL Document was not visible when the IDE was opened in a drawer.
The tooltip does not show. You can inspect the DOM and see the markup is present, but it's not visible.
Now the tooltip shows 👏🏻
This fixes a bug where the Tooltip for fields in the GraphQL Document was not visible when the IDE was opened in a drawer.
Before
The tooltip does not show. You can inspect the DOM and see the markup is present, but it's not visible.
After
Now the tooltip shows 👏🏻