Skip to content

Commit 1c4f8a7

Browse files
another sizes fix
1 parent bc822be commit 1c4f8a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

source/css/LightPivot.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,10 @@
363363
}
364364
}
365365

366-
.lpt-tableBlock::-webkit-scrollbar-corner {
366+
.lpt .lpt-tableBlock::-webkit-scrollbar-corner {
367367
background-color: #F0F0F0;
368+
}
369+
370+
.lpt .lpt-extraCell {
371+
padding: 0 !important;
368372
}

source/js/PivotView.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ PivotView.prototype.recalculateSizes = function (container) {
484484
headerContainer.style.width = headerW + "px";
485485
if (hasVerticalScrollBar && tTableHead.childNodes[0]) {
486486
tr = document.createElement("th");
487+
tr.className = "lpt-extraCell";
487488
tr.style.minWidth = this.SCROLLBAR_WIDTH + "px";
488489
tr.style.width = this.SCROLLBAR_WIDTH + "px";
489490
tr.rowSpan = tTableHead.childNodes.length;

0 commit comments

Comments
 (0)