Add z-index to CodeMirror hint box

This commit is contained in:
Jose Bolivar Ibz
2025-08-29 20:32:14 +00:00
parent 9a2836129f
commit c526eacd6b

View File

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