Skip to content

Commit 52cd0d9

Browse files
authored
[TSVB] Fixes chart scroll when legend has many items (#91394)
* [TSVB] Fixes chart scroll when legend has many items * Fix functional test * Follow another approach to work well with FF
1 parent 7fab0e6 commit 52cd0d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/plugins/vis_type_timeseries/public/application/components/vis_types

src/plugins/vis_type_timeseries/public/application/components/vis_types/_vis_types.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display: flex;
33
flex-direction: column;
44
flex: 1 1 100%;
5+
overflow: auto;
56

67
.tvbVisTimeSeries {
78
overflow: hidden;

0 commit comments

Comments
 (0)