Skip to content

Commit d0a9b3a

Browse files
committed
Merge branch 'master' of github.com:6pac/SlickGrid
2 parents 4f2e8d4 + f738fee commit d0a9b3a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

slick.grid.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ classes should alter those!
1212
border-left: 0px !important;
1313
}
1414

15+
.slick-header.ui-state-default {
16+
overflow: inherit;
17+
}
18+
1519
.slick-header::-webkit-scrollbar, .slick-headerrow::-webkit-scrollbar, .slick-footerrow::-webkit-scrollbar {
1620
display: none
1721
}

slick.grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ if (typeof Slick === "undefined") {
502502
}
503503

504504
function getHeadersWidth() {
505-
var headersWidth = getColumnTotalWidth(true);
505+
var headersWidth = getColumnTotalWidth(!options.autoHeight);
506506
return Math.max(headersWidth, viewportW) + 1000;
507507
}
508508

0 commit comments

Comments
 (0)