Skip to content

Commit

Permalink
Overlay should sit on top of the entire WP UI
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fusco <[email protected]>
  • Loading branch information
josephfusco committed Feb 28, 2024
1 parent 512daf2 commit 3092412
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/wpgraphql-ide.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ body:not(.graphql_page_graphql-ide) {
top: var(--wp-admin--admin-bar--height) !important;
}

.graphiql-dialog {
.graphiql-dialog,
.graphiql-dialog-overlay {
z-index: 100002; /* #wpadminar's z-index of 99999 + 3 */
}

Expand Down

0 comments on commit 3092412

Please sign in to comment.