Merge pull request #5459 from josbiz/fix/suggestion-box-behind-modal

Add z-index to CodeMirror hint box
This commit is contained in:
Anoop M D
2025-08-30 02:27:46 +05:30
committed by GitHub

View File

@@ -131,6 +131,10 @@
--px-12: 2px !important;
}
.CodeMirror-hints {
z-index: 20 !important;
}
.graphiql-container {
background: transparent !important;
}