From 836d5e0f93214b560fec750d287d341f9722c25b Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 17 Nov 2025 21:38:16 +0100 Subject: [PATCH] prevent bottom container from overlapping main text --- assets/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/index.css b/assets/css/index.css index 93b2264..a7baea9 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -636,7 +636,7 @@ div.toc li::marker { .bottom-container { position: fixed; bottom: 0; - left: 850px; + left: 75%; display: flex; flex-direction: column-reverse; /* Stacks items from bottom up */