prevent bottom container from overlapping main text

This commit is contained in:
CJ van den Berg 2025-11-17 21:38:16 +01:00
parent 57dce7b8d9
commit 836d5e0f93
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -636,7 +636,7 @@ div.toc li::marker {
.bottom-container { .bottom-container {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
left: 850px; left: 75%;
display: flex; display: flex;
flex-direction: column-reverse; flex-direction: column-reverse;
/* Stacks items from bottom up */ /* Stacks items from bottom up */