prevent bottom container from overlapping main text
This commit is contained in:
parent
57dce7b8d9
commit
836d5e0f93
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue