container.css in GraphQL 8.3
Same filename in this branch
Same filename and directory in other branches
#graphql-voyager { height: calc(100vh); } .toolbar-fixed #graphql-voyager { height: calc(100vh - 39px); } .toolbar-horizontal.toolbar-tray-open #graphql-voyager { height: calc(100vh - 79px); }
File
assets/voyager/dist/container.cssView source
- #graphql-voyager {
- height: calc(100vh);
- }
-
- .toolbar-fixed #graphql-voyager {
- height: calc(100vh - 39px);
- }
-
- .toolbar-horizontal.toolbar-tray-open #graphql-voyager {
- height: calc(100vh - 79px);
- }