Improved appearance of back-to-top button

This commit is contained in:
squidfunk
2021-07-01 19:12:40 +02:00
parent 31aab182b7
commit 9f01704a73
15 changed files with 88 additions and 38 deletions

View File

@@ -216,7 +216,7 @@ const content$ = defer(() => merge(
/* Back-to-top button */
...getComponentElements("top")
.map(el => mountBackToTop(el, { viewport$, main$ }))
.map(el => mountBackToTop(el, { viewport$, header$, main$ }))
))
/* Set up component observables */