Skip to content

Commit

Permalink
fix: app bar scroll issue
Browse files Browse the repository at this point in the history
Signed-off-by: ivelin <ivelin@ambianic.ai>
  • Loading branch information
ivelin committed Nov 4, 2021
1 parent 9f9cf31 commit 5388e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppFrame.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<v-main>
<v-container
id="container"
id="app-container"
class="pa-0 ma-0"
fluid
>
Expand Down
1 change: 1 addition & 0 deletions src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<v-app-bar
app
hide-on-scroll
scroll-target="#app-container"
absolute
dense
flat
Expand Down

0 comments on commit 5388e86

Please sign in to comment.