You are here

container.css in GraphQL 8.3

#graphql-explorer {
  height: calc(100vh);
}

.toolbar-fixed #graphql-explorer {
  height: calc(100vh - 39px);
}

.toolbar-horizontal.toolbar-tray-open #graphql-explorer {
  height: calc(100vh - 79px);
}

File

assets/explorer/src/container.css
View source
  1. #graphql-explorer {
  2. height: calc(100vh);
  3. }
  4. .toolbar-fixed #graphql-explorer {
  5. height: calc(100vh - 39px);
  6. }
  7. .toolbar-horizontal.toolbar-tray-open #graphql-explorer {
  8. height: calc(100vh - 79px);
  9. }