mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-04 11:35:17 -04:00
Improved appearance of back-to-top button
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user