We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc822be commit 1c4f8a7Copy full SHA for 1c4f8a7
source/css/LightPivot.css
@@ -363,6 +363,10 @@
363
}
364
365
366
-.lpt-tableBlock::-webkit-scrollbar-corner {
+.lpt .lpt-tableBlock::-webkit-scrollbar-corner {
367
background-color: #F0F0F0;
368
+}
369
+
370
+.lpt .lpt-extraCell {
371
+ padding: 0 !important;
372
source/js/PivotView.js
@@ -484,6 +484,7 @@ PivotView.prototype.recalculateSizes = function (container) {
484
headerContainer.style.width = headerW + "px";
485
if (hasVerticalScrollBar && tTableHead.childNodes[0]) {
486
tr = document.createElement("th");
487
+ tr.className = "lpt-extraCell";
488
tr.style.minWidth = this.SCROLLBAR_WIDTH + "px";
489
tr.style.width = this.SCROLLBAR_WIDTH + "px";
490
tr.rowSpan = tTableHead.childNodes.length;
0 commit comments