Skip to content

Commit 5388e86

Browse files
author
ivelin
committed
fix: app bar scroll issue
Signed-off-by: ivelin <[email protected]>
1 parent 9f9cf31 commit 5388e86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/AppFrame.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<v-main>
1414
<v-container
15-
id="container"
15+
id="app-container"
1616
class="pa-0 ma-0"
1717
fluid
1818
>

src/components/NavBar.vue

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<v-app-bar
88
app
99
hide-on-scroll
10+
scroll-target="#app-container"
1011
absolute
1112
dense
1213
flat

0 commit comments

Comments
 (0)