Explore: Fix panes vertical scrollbar not being draggable (#77284)

Explore: Fix panes verticall scrollbar not being draggable
This commit is contained in:
Giordano Ricci 2023-10-30 08:56:26 +00:00 committed by GitHub
parent 0765e6f931
commit dae49fbb34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ function ExplorePaneContainerUnconnected({ exploreId }: Props) {
}, []);
return (
<CustomScrollbar>
<CustomScrollbar hideVerticalTrack>
<div className={styles.explore} ref={ref} data-testid={selectors.pages.Explore.General.container}>
<Explore exploreId={exploreId} eventBus={eventBus.current} />
</div>