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 {
|
.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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue