We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc56d4 commit b8b6165Copy full SHA for b8b6165
src/dashboard/Data/ApiConsole/ApiConsole.scss
@@ -23,8 +23,20 @@
23
24
.content {
25
position: relative;
26
- min-height: 100vh;
27
- padding-top: 96px;
+ height: calc(100vh - 96px);
+ margin-top: 96px;
28
+
29
+ // Workaround to override graphql-playground-react
30
+ // animations and query editor height
31
+ & > div > div {
32
+ opacity: 1;
33
+ transform: unset;
34
+ animation: unset;
35
36
+ & > div > :nth-child(2){
37
+ height: calc(100vh - 153px);
38
+ }
39
40
}
41
42
.empty {
0 commit comments