[SSE] Show horizontal scrollbar in csv preview
This commit is contained in:
parent
50270676ca
commit
749eaf755f
|
@ -336,6 +336,7 @@ define([
|
||||||
el: this.previewScrolled,
|
el: this.previewScrolled,
|
||||||
minScrollbarLength : 20,
|
minScrollbarLength : 20,
|
||||||
alwaysVisibleY: true,
|
alwaysVisibleY: true,
|
||||||
|
alwaysVisibleX: true,
|
||||||
onChange: _.bind(function(){
|
onChange: _.bind(function(){
|
||||||
if (this.scrollerY) {
|
if (this.scrollerY) {
|
||||||
var startPos = this.scrollerY.getScrollTop(),
|
var startPos = this.scrollerY.getScrollTop(),
|
||||||
|
|
Loading…
Reference in a new issue