Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedding GraphiQL + html overflow: hidden #71

Closed
D1plo1d opened this issue Dec 15, 2015 · 0 comments
Closed

Embedding GraphiQL + html overflow: hidden #71

D1plo1d opened this issue Dec 15, 2015 · 0 comments

Comments

@D1plo1d
Copy link

D1plo1d commented Dec 15, 2015

I'm trying to embed GraphiQL in a site however the overflow: hidden at the top off app.css prevents the rest of my site from working (as a single page app everything shares a single css file):

html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

Would it be possible to extract the shared css into a file and move the html + body height fixes to a separate file for standalone GraphiQL setups?

acao pushed a commit to acao/graphiql that referenced this issue Jun 1, 2019
…ransform-object-rest-spread-6.20.2

chore(package): update babel-plugin-transform-object-rest-spread to version 6.20.2
acao pushed a commit to acao/graphiql that referenced this issue Jun 5, 2019
…ransform-regenerator-6.22.0

Update babel-plugin-transform-regenerator to version 6.22.0 🚀
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants