Commit e4d701598bf7bc7117c01826d1b95f19b5000aa6

Authored by Dmitriy Mushat
Committed by GitHub
1 parent 0fa963be

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
... ... @@ -30,4 +30,12 @@ tb-timeseries-table-widget {
30 30 .tb-data-table md-toolbar {
31 31 z-index: 10;
32 32 }
  33 +
  34 + md-table-container {
  35 + overflow-x: visible;
  36 + }
  37 +
  38 + md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
  39 + min-height: 0;
  40 + }
33 41 }
... ...