Browse Source

Scroll timseries table (#2360)

* fixed: md-table-container overflox-x changed to visible

* fixed: md-table-container overflox-x changed to visible

* fixed: md-table-container overflox-x changed to visible

* fixed: md-tabs min-height is set to 0

* fixed: md-tabs min-height is set to 0

* fixed: 1) md-table-container overflox-x changed to visible; 2) md-tabs min-height is set to 0

* changed specificity for overriding
pull/2429/head
Dmitriy Mushat 7 years ago
committed by GitHub
parent
commit
e4d701598b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      ui/src/app/widget/lib/timeseries-table-widget.scss

8
ui/src/app/widget/lib/timeseries-table-widget.scss

@ -30,4 +30,12 @@ tb-timeseries-table-widget {
.tb-data-table md-toolbar {
z-index: 10;
}
md-table-container {
overflow-x: visible;
}
md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
min-height: 0;
}
}

Loading…
Cancel
Save