Merge branch 'virtual-scrolling-2.0' into shigusegubu-themes3
This commit is contained in:
commit
314e39bc7b
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ const Timeline = {
|
||||||
const offset = computed(() => {
|
const offset = computed(() => {
|
||||||
if (embedded.value) {
|
if (embedded.value) {
|
||||||
// The fontsize after navbar is the little gap between navbar and content
|
// The fontsize after navbar is the little gap between navbar and content
|
||||||
return navbarSize.value + fontsize.value
|
return navbarSize.value + fontSize.value
|
||||||
} else {
|
} else {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue