mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: Fixed issue accessing horizontal table scrollbar when placed at bottom of dashboard (#28250)
This commit is contained in:
parent
3fed829b8b
commit
a20875bd6c
@ -315,6 +315,7 @@ export class DashboardPage extends PureComponent<Props, State> {
|
||||
autoHeightMin="100%"
|
||||
setScrollTop={this.setScrollTop}
|
||||
scrollTop={updateScrollTop}
|
||||
hideHorizontalTrack={true}
|
||||
updateAfterMountMs={500}
|
||||
className="custom-scrollbar--page"
|
||||
>
|
||||
|
@ -111,6 +111,7 @@ exports[`DashboardPage Dashboard init completed Should render dashboard grid 1`
|
||||
autoHideDuration={200}
|
||||
autoHideTimeout={200}
|
||||
className="custom-scrollbar--page"
|
||||
hideHorizontalTrack={true}
|
||||
hideTracksWhenNotNeeded={false}
|
||||
setScrollTop={[Function]}
|
||||
updateAfterMountMs={500}
|
||||
@ -470,6 +471,7 @@ exports[`DashboardPage When dashboard has editview url state should render setti
|
||||
autoHideDuration={200}
|
||||
autoHideTimeout={200}
|
||||
className="custom-scrollbar--page"
|
||||
hideHorizontalTrack={true}
|
||||
hideTracksWhenNotNeeded={false}
|
||||
setScrollTop={[Function]}
|
||||
updateAfterMountMs={500}
|
||||
|
@ -17,8 +17,8 @@
|
||||
}
|
||||
|
||||
.dashboard-content {
|
||||
padding: $dashboard-padding $dashboard-padding 0 $dashboard-padding;
|
||||
height: 100%;
|
||||
padding: $dashboard-padding;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
div.flot-text {
|
||||
|
Loading…
Reference in New Issue
Block a user