Skip to content

Commit 8a3ba23

Browse files
committed
Merge branch 'master' of github.com:connorabbas/laravel-inertia-primevue into admin-role-dev
2 parents f173613 + c6364cd commit 8a3ba23

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

resources/js/layouts/app/HeaderLayout.vue

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,9 @@ const toggleMobileUserMenu = (event) => {
8282
</div>
8383
</template>
8484
</Drawer>
85-
<ScrollTop :buttonProps="{
86-
class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!',
87-
rounded: true,
88-
raised: true,
89-
}" />
85+
<ScrollTop
86+
:buttonProps="{ class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!', rounded: true, raised: true }"
87+
/>
9088
</Teleport>
9189
</ClientOnly>
9290
<div class="min-h-screen">

resources/js/layouts/app/SidebarLayout.vue

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,9 @@ const toggleMobileUserMenu = (event) => {
8080
</div>
8181
</template>
8282
</Drawer>
83-
<ScrollTop :buttonProps="{
84-
class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!',
85-
rounded: true,
86-
raised: true,
87-
}" />
83+
<ScrollTop
84+
:buttonProps="{ class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!', rounded: true, raised: true }"
85+
/>
8886
</Teleport>
8987
</ClientOnly>
9088

0 commit comments

Comments
 (0)