We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3038fae commit 4c8cbe0Copy full SHA for 4c8cbe0
src/dashboard/Dashboard.scss
@@ -8,6 +8,8 @@
8
.content {
9
margin-left: 300px;
10
transition: margin-left 0.5s ease-in;
11
+ overflow: auto;
12
+ max-height: 100vh;
13
}
14
15
@media (max-width: 980px) {
src/dashboard/Data/ApiConsole/ApiConsole.scss
@@ -25,10 +25,11 @@
25
position: relative;
26
height: calc(100vh - 96px);
27
margin-top: 96px;
28
+ overflow: hidden;
29
30
// Workaround to override graphql-playground-react
31
// animations and query editor height
- & > div > div {
32
+ & > div:not(.empty) > div {
33
opacity: 1;
34
transform: unset;
35
animation: unset;
0 commit comments