Fix data tab showing only two rows (regression from v0.6.2), fixes #72

This commit is contained in:
Norbert Renner 2017-03-16 19:05:57 +01:00
parent 613e15fd63
commit 612119f347
6 changed files with 9 additions and 6 deletions

View file

@ -72,7 +72,6 @@ BR.TrackMessages = L.Class.extend({
// (^= minimum height with flexbox?)
scrollY: 50,
scrollX: true,
scrollCollapse: true,
order: []
});