Skip to content

Instantly share code, notes, and snippets.

@driazati
Last active July 29, 2021 17:50
Show Gist options
  • Save driazati/76431e8e605c1010ded2d451be3d2c11 to your computer and use it in GitHub Desktop.
Save driazati/76431e8e605c1010ded2d451be3d2c11 to your computer and use it in GitHub Desktop.
expand the https://docs.github.com/en/graphql/overview/explorer window to fill the screen
// run in the console
const x = document.querySelector("iframe");
document.body.innerHTML = "";
document.body.appendChild(x);
x.style.height = "100vh";
// then select the iframe #document in the element window and run
$0.querySelector("#graphiql").style.height = "85vh";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment