Skip to content

Commit

Permalink
fixed scrolling issue with gql console (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbo1989 committed Oct 4, 2022
1 parent d812a1e commit 368b9a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ <h2>GraphQL endpoint</h2>
<!-- /ko -->
<!-- ko if: apiType() === 'graphql' -->
<div class="detachable-right graphql-console-width flex-grow animation-fade-in">
<graphql-console class="flex flex-column consoles" data-bind="dialog: {}"
<graphql-console class="flex flex-column scrollable consoles" data-bind="dialog: {}"
params="{ api: api, hostnames: hostnames, authorizationServer: associatedAuthServer, useCorsProxy: useCorsProxy }">
</graphql-console>
</div>
Expand Down

0 comments on commit 368b9a7

Please sign in to comment.