WIP: fix back-to-top link not being completely off page
This commit is contained in:
parent
db188d1bd5
commit
391f67f5cc
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
.back-to-top {
|
||||
position: absolute;
|
||||
inset-block-end: 1em;
|
||||
inset-inline-start: -10em;
|
||||
inset-inline-start: -15em;
|
||||
transition: all 0.25s ease-in;
|
||||
background: var(--ui-overlay);
|
||||
color: var(--ui-overlay-text);
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
.back-to-top {
|
||||
position: absolute;
|
||||
inset-block-end: 1em;
|
||||
inset-inline-start: -10em;
|
||||
inset-inline-start: -15em;
|
||||
transition: 0.25s all ease-in;
|
||||
background: var(--ui-overlay);
|
||||
color: var(--ui-overlay-text);
|
||||
|
|
Loading…
Reference in a new issue