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
3 changed files with 5 additions and 2 deletions

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 {