Skip to content

Commit cea9200

Browse files
committed
hover induces the scrollbar
1 parent 88ce78a commit cea9200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/traces/table/plot.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ module.exports = function plot(gd, calcdata) {
5353
.append('g')
5454
.classed('tableControlView', true)
5555
.style('box-sizing', 'content-box')
56+
.on('mousemove', function() {tableControlView.call(renderScrollbarKit);})
5657
.call(renderScrollbarKit);
5758

5859
tableControlView

0 commit comments

Comments
 (0)