mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Fixes query field layout in splitted view for Safari browsers (#18654)
Fixes: #18436
This commit is contained in:
parent
d38b6f02d0
commit
6eb13ae555
@ -25,7 +25,7 @@ export class Wrapper extends Component<WrapperProps> {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="page-scrollbar-wrapper">
|
<div className="page-scrollbar-wrapper">
|
||||||
<CustomScrollbar autoHeightMin={'100%'} className="custom-scrollbar--page">
|
<CustomScrollbar autoHeightMin={'100%'} autoHeightMax={''} className="custom-scrollbar--page">
|
||||||
<div className="explore-wrapper">
|
<div className="explore-wrapper">
|
||||||
<ErrorBoundary>
|
<ErrorBoundary>
|
||||||
<Explore exploreId={ExploreId.left} />
|
<Explore exploreId={ExploreId.left} />
|
||||||
|
Loading…
Reference in New Issue
Block a user