wp-graphql / wpgraphql-ide

A next-gen query editor for WPGraphQL 🚀
GNU General Public License v3.0
11 stars 0 forks source link

fix: update z-index of the CodeMirror-info tooltip to show above the drawer #125

Closed jasonbahl closed 6 months ago

jasonbahl commented 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.

Before

The tooltip does not show. You can inspect the DOM and see the markup is present, but it's not visible.

CleanShot 2024-04-19 at 14 05 38

After

Now the tooltip shows 👏🏻

CleanShot 2024-04-19 at 14 05 02