Skip to content

Commit

Permalink
[TSVB] Fixes chart scroll when legend has many items (#91394)
Browse files Browse the repository at this point in the history
* [TSVB] Fixes chart scroll when legend has many items

* Fix functional test

* Follow another approach to work well with FF
  • Loading branch information
stratoula authored Feb 16, 2021
1 parent 7fab0e6 commit 52cd0d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
display: flex;
flex-direction: column;
flex: 1 1 100%;
overflow: auto;

.tvbVisTimeSeries {
overflow: hidden;
Expand Down

0 comments on commit 52cd0d9

Please sign in to comment.