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
This commit is contained in:
Dmitriy Mushat 2020-02-19 15:03:45 +02:00 committed by GitHub
parent 0fa963be85
commit e4d701598b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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