mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-21 04:54:21 -04:00
remove inline css
This commit is contained in:
parent
6835d16b44
commit
89dd57f725
3 changed files with 6 additions and 4 deletions
|
@ -11,8 +11,7 @@
|
|||
|
||||
function isVisible(tocIndex) {
|
||||
const current = navSections[tocIndex];
|
||||
const next = tocIndex < tocItems.length - 1 ? navSections[tocIndex + 1]
|
||||
: document.querySelectorAll("section.section").item(1);
|
||||
const next = tocIndex < tocItems.length - 1 ? navSections[tocIndex + 1] : document.querySelector("section.section").nextElementSibling;
|
||||
|
||||
const c = current.getBoundingClientRect();
|
||||
const n = next.getBoundingClientRect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue