Skip to content

Commit

Permalink
Merge pull request #125 from wp-graphql/fix/108-tooltip-z-index
Browse files Browse the repository at this point in the history
fix: update z-index of the CodeMirror-info tooltip to show above the drawer
  • Loading branch information
josephfusco authored Apr 19, 2024
2 parents ebea709 + 195dba9 commit f3b3bb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-queens-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wpgraphql-ide": patch
---

fix: update z-index of the CodeMirror-info tooltip to show above the drawer
3 changes: 3 additions & 0 deletions styles/wpgraphql-ide.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,6 @@ body.graphql_page_graphql-ide .AppRoot {
.graphiql-container .graphiql-editor-tools>button.active {
background-color: hsla(var(--color-neutral), var(--alpha-background-medium));
}

/** Fix for the CodeMirror info tooltip */
.CodeMirror-info { z-index: 999999; }

0 comments on commit f3b3bb9

Please sign in to comment.