File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const deleteUser = () => {
30
30
<template >
31
31
<Dialog
32
32
v-model:visible =" modalOpen"
33
- class =" m-4 sm:m-0 w-[40rem]"
33
+ class =" w-[40rem]"
34
34
position =" center"
35
35
header =" Are you sure you want to delete your account?"
36
36
:draggable =" false"
Original file line number Diff line number Diff line change @@ -82,6 +82,9 @@ const toggleMobileUserMenu = (event) => {
82
82
</div >
83
83
</template >
84
84
</Drawer >
85
+ <ScrollTop
86
+ :buttonProps =" { class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!', rounded: true, raised: true }"
87
+ />
85
88
</Teleport >
86
89
</ClientOnly >
87
90
<div class =" min-h-screen" >
Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ const toggleMobileUserMenu = (event) => {
80
80
</div >
81
81
</template >
82
82
</Drawer >
83
+ <ScrollTop
84
+ :buttonProps =" { class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!', rounded: true, raised: true }"
85
+ />
83
86
</Teleport >
84
87
</ClientOnly >
85
88
Original file line number Diff line number Diff line change 3
3
* https://primevue.org/passthrough/#global
4
4
*/
5
5
export default {
6
+ dialog : {
7
+ root : {
8
+ class : 'm-4 sm:m-0'
9
+ } ,
10
+ mask : {
11
+ class : 'backdrop-blur-xs'
12
+ } ,
13
+ } ,
6
14
toast : {
7
15
root : {
8
16
// Full width/centered on mobile, bottom right desktop
You can’t perform that action at this time.
0 commit comments