Skip to content

Commit 50135ff

Browse files
committed
Allow scrolling in GraphiQL Explorer plugin
See graphql/graphiql#3098
1 parent 2ebe7c4 commit 50135ff

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ See [GitHub releases](https://github.com/mll-lab/laravel-graphiql/releases).
99

1010
## Unreleased
1111

12+
## v4.0.2
13+
14+
### Fixed
15+
16+
- Allow scrolling in GraphiQL Explorer plugin
17+
1218
## v4.0.1
1319

1420
### Fixed

views/index.blade.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
justify-content: center;
2626
font-size: 4rem;
2727
}
28+
29+
.docExplorerWrap {
30+
/* Allow scrolling, see https://github.com/graphql/graphiql/issues/3098. */
31+
overflow: auto !important;
32+
}
2833
</style>
2934
<script src="{{ GraphiQLAsset::reactJS() }}"></script>
3035
<script src="{{ GraphiQLAsset::reactDOMJS() }}"></script>

0 commit comments

Comments
 (0)