mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-08 04:22:03 +00:00
add vertical table margin, fix intersection script for multiple tables
This commit is contained in:
@@ -7,5 +7,5 @@ export const enableTables = () => {
|
||||
{ threshold: [1] }
|
||||
);
|
||||
|
||||
observer.observe(document.querySelector("thead"));
|
||||
document.querySelectorAll("thead").forEach((e) => observer.observe(e));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user