Skip to content

Commit 0bb8928

Browse files
committed
wrap table at correct position
1 parent b3b5788 commit 0bb8928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/js/function.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ KB.on('dom.ready', function () {
4141
div.style.height = "400px";
4242
div.style.overflow = "auto";
4343

44-
table.parentNode.append(div);
44+
table.parentNode.insertBefore(div, table);
4545
table.firstElementChild.style.position = "sticky";
4646
table.firstElementChild.style.insetBlockStart = "-1px";
4747

0 commit comments

Comments
 (0)