diff --git a/css/app.css b/css/app.css index 7e1b792994e..947e19faad1 100644 --- a/css/app.css +++ b/css/app.css @@ -61,6 +61,10 @@ html, body { align-items: center; } +#graphiql-container .toolbar { + overflow-x: scroll; +} + #graphiql-container .docExplorerShow { background: -webkit-linear-gradient(#f7f7f7, #e2e2e2); background: linear-gradient(#f7f7f7, #e2e2e2);