Skip to content

Commit 2e87598

Browse files
- FIX: Fixed tab scrolling behaviour.
1 parent 8684203 commit 2e87598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<v-app>
33
<v-main class="pt-7">
44
<v-app-bar
5+
id="appbar"
56
:elevation="2"
67
extended
78
>
@@ -26,7 +27,6 @@
2627
/>
2728

2829
<template #extension>
29-
<div id="tabs" />
3030
</template>
3131
</v-app-bar>
3232

src/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<Teleport to="#tabs">
2+
<Teleport to="#appbar .v-toolbar__extension">
33
<v-tabs
44
v-model="tab"
55
center-active

0 commit comments

Comments
 (0)