|
@@ -280,7 +280,7 @@ class ComputedPageEdge {
|
|
$(".inset-fill-height-box.inset-is-table").each(function () {
|
|
$(".inset-fill-height-box.inset-is-table").each(function () {
|
|
try {
|
|
try {
|
|
const c = $(this)[0].getBoundingClientRect()
|
|
const c = $(this)[0].getBoundingClientRect()
|
|
- $(document.body).append(`<div class="inset-is-table--fix" style="top: ${Math.floor(c.top - 1)}px;left: ${c.left - 2}px;width: ${c.width + 4}px;height: ${Math.floor(c.height - 2)}px;"></div>`)
|
|
|
|
|
|
+ $(document.body).append(`<div class="inset-is-table--fix" style="top: ${Math.floor(c.top - 2)}px;left: ${c.left - 2}px;width: ${c.width + 4}px;height: ${Math.floor(c.height - 3)}px;"></div>`)
|
|
} catch (e) {
|
|
} catch (e) {
|
|
console.warn(e);
|
|
console.warn(e);
|
|
}
|
|
}
|