Skip to content

Commit

Permalink
Allow doc explorer to scroll
Browse files Browse the repository at this point in the history
Fixes #35
  • Loading branch information
leebyron committed Sep 29, 2015
1 parent d450212 commit 894f64e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions css/doc-explorer.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@
}

#graphiql-container .doc-explorer-contents {
position: relative;
height: 100%;
background-color: #ffffff;
border-top: 1px solid #d6d6d6;
padding: 20px 15px;
overflow-y: auto;
bottom: 0;
min-width: 300px;
overflow-y: auto;
padding: 20px 15px;
position: absolute;
top: 47px;
}

#graphiql-container .doc-type-description p:first-child ,
Expand Down

0 comments on commit 894f64e

Please sign in to comment.