feat: improve hash target scroll y
This commit is contained in:
@@ -11,7 +11,7 @@ export default async function scrollBehavior (to) {
|
||||
return {
|
||||
selector: decodeURIComponent(to.hash),
|
||||
offset: {
|
||||
y: 32
|
||||
y: 120
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user