diff --git a/public/app/features/explore/ExplorePage.tsx b/public/app/features/explore/ExplorePage.tsx index c5b31737eb0..10400900e90 100644 --- a/public/app/features/explore/ExplorePage.tsx +++ b/public/app/features/explore/ExplorePage.tsx @@ -141,7 +141,7 @@ export function ExplorePage(props: GrafanaRouteComponentProps<{}, ExploreQueryPa maxSize={minWidth * -1} primary="second" splitVisible={hasSplit} - paneStyle={{ overflow: 'auto', display: 'flex', flexDirection: 'column', overflowY: 'scroll' }} + paneStyle={{ overflow: 'auto', display: 'flex', flexDirection: 'column' }} onDragFinished={(size) => { if (size) { updateSplitSize(size);