update admin layout
All checks were successful
delpoy / build-and-deploy (push) Successful in 49s

This commit is contained in:
2024-12-03 03:12:17 +01:00
parent 332089228e
commit 672379c27b
2 changed files with 44 additions and 18 deletions

View File

@@ -24,6 +24,8 @@
await onUpdate();
await tick();
if (!bodyElem) return;
const intersectionObserver = new IntersectionObserver(
async (entries, observer) => {
if (entries.filter((e) => e.isIntersecting).length === 0 || !entries) return;