From c7a68ea4b977ef3352243f052d28cce729935fed Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 4 Jan 2024 20:36:49 -0800 Subject: fix(html): adjust offset to navigation --- src/lib/Utility/html.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Utility/html.ts b/src/lib/Utility/html.ts index 3be8e1f5..d1e506f6 100644 --- a/src/lib/Utility/html.ts +++ b/src/lib/Utility/html.ts @@ -19,7 +19,7 @@ export const limitListHeight = () => { if (tallestList) tallestList.style.maxHeight = `calc(${window.innerHeight}px - ${ document.querySelector('#header')?.getBoundingClientRect().bottom || 0 - }px - 2rem)`; + }px - 4rem)`; } }; -- cgit v1.2.3