|
@@ -163,7 +163,8 @@ class LeftOverlay extends Overlay {
|
|
|
this.clone.wtTable.holder.style.height = overlayRootStyle.height;
|
|
this.clone.wtTable.holder.style.height = overlayRootStyle.height;
|
|
|
|
|
|
|
|
const tableWidth = outerWidth(this.clone.wtTable.TABLE);
|
|
const tableWidth = outerWidth(this.clone.wtTable.TABLE);
|
|
|
- overlayRootStyle.width = `${tableWidth === 0 ? tableWidth : tableWidth + 4}px`;
|
|
|
|
|
|
|
+ // overlayRootStyle.width = `${tableWidth === 0 ? tableWidth : tableWidth + 4}px`;
|
|
|
|
|
+ overlayRootStyle.width = `${tableWidth}px`;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|