Skip to content

Commit 2188444

Browse files
authored
Updated GraphiQL to set a max-height limit
1 parent d1d64e2 commit 2188444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
}
2929

3030
.content {
31-
flex: 1;
3231
margin: 10px;
32+
max-height: 65vh;
3333
}
3434
</style>
3535

@@ -334,4 +334,4 @@
334334
crossorigin="anonymous">
335335
</script>
336336
</body>
337-
</html>
337+
</html>

0 commit comments

Comments
 (0)