From 9b4fb2d553dc4a4c4f82a68ea0cad455559c3544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=BBuraw?= <9116238+krzysztofzuraw@users.noreply.github.com> Date: Mon, 13 Mar 2023 10:36:04 +0100 Subject: [PATCH] Fix scrolling issues on Firefox (#3332) --- src/components/GraphiQL/GraphiQL.tsx | 2 +- src/components/GraphiQL/styles.ts | 3 +++ src/index.css | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/GraphiQL/GraphiQL.tsx b/src/components/GraphiQL/GraphiQL.tsx index c2e4e1773..70486f49a 100644 --- a/src/components/GraphiQL/GraphiQL.tsx +++ b/src/components/GraphiQL/GraphiQL.tsx @@ -241,7 +241,7 @@ export function GraphiQLInterface(props: GraphiQLInterfaceProps) {
-
+