You are here

explorer.css in GraphQL 8

Same filename and directory in other branches
  1. 8.2 css/explorer.css
#graphql-explorer {
  position: absolute;
  top: 79px;
  bottom: 0;
  left: 0;
  right: 0;
}

File

css/explorer.css
View source
  1. #graphql-explorer {
  2. position: absolute;
  3. top: 79px;
  4. bottom: 0;
  5. left: 0;
  6. right: 0;
  7. }