MCPcopy Create free account
hub / github.com/027xiguapi/code-box / scrollToTop

Function scrollToTop

tools.ts:6–11  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

4import { sendToBackground } from "@plasmohq/messaging"
5
6export function scrollToTop(element) {
7 window.scrollTo({
8 top: element.offsetTop - 50,
9 behavior: "smooth" // 可选,平滑滚动
10 })
11}
12
13export function addCss(code, id?) {
14 const style = document.createElement("style")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected