mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Fix panes vertical scrollbar not being draggable (#77284)
Explore: Fix panes verticall scrollbar not being draggable
This commit is contained in:
parent
0765e6f931
commit
dae49fbb34
@ -48,7 +48,7 @@ function ExplorePaneContainerUnconnected({ exploreId }: Props) {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<CustomScrollbar>
|
<CustomScrollbar hideVerticalTrack>
|
||||||
<div className={styles.explore} ref={ref} data-testid={selectors.pages.Explore.General.container}>
|
<div className={styles.explore} ref={ref} data-testid={selectors.pages.Explore.General.container}>
|
||||||
<Explore exploreId={exploreId} eventBus={eventBus.current} />
|
<Explore exploreId={exploreId} eventBus={eventBus.current} />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user