fix: codemirror editor background styling fix

This commit is contained in:
lohxt1 2024-11-21 16:49:20 +05:30
parent 0bec17facd
commit 6385d00807

View File

@ -131,6 +131,10 @@
--px-12: 2px !important;
}
.graphiql-container {
background: transparent;
}
html,
body {
margin: 0;