Dashboard: Fixed issue accessing horizontal table scrollbar when placed at bottom of dashboard (#28250)

This commit is contained in:
Torkel Ödegaard 2020-10-14 16:47:31 +02:00 committed by GitHub
parent 3fed829b8b
commit a20875bd6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -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"
>

View File

@ -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}

View File

@ -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 {