Skip to content

Commit 2aceab1

Browse files
committed
Merge branch 'feature/error-toasts' of github.com:connorabbas/laravel-inertia-primevue into feature/error-toasts
2 parents f1b6e91 + 02f6f52 commit 2aceab1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

resources/js/layouts/app/HeaderLayout.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const toggleMobileUserMenu = (event) => {
7676
</div>
7777
</template>
7878
</Drawer>
79+
<ScrollTop :pt="{ root: { class: 'right-4 md:right-8 bottom-4 md:bottom-8' } }" />
7980
</Teleport>
8081
</ClientOnly>
8182
<div class="min-h-screen">

resources/js/layouts/app/SidebarLayout.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const toggleMobileUserMenu = (event) => {
7474
</div>
7575
</template>
7676
</Drawer>
77+
<ScrollTop :pt="{ root: { class: 'right-4 md:right-8 bottom-4 md:bottom-8' } }" />
7778
</Teleport>
7879
</ClientOnly>
7980

0 commit comments

Comments
 (0)