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 @@ -76,6 +76,9 @@ const toggleMobileUserMenu = (event) => {
76
76
</div >
77
77
</template >
78
78
</Drawer >
79
+ <ScrollTop
80
+ :buttonProps =" { class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!', rounded: true, raised: true }"
81
+ />
79
82
</Teleport >
80
83
</ClientOnly >
81
84
<div class =" min-h-screen" >
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ const toggleMobileUserMenu = (event) => {
74
74
</div >
75
75
</template >
76
76
</Drawer >
77
+ <ScrollTop
78
+ :buttonProps =" { class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!', rounded: true, raised: true }"
79
+ />
77
80
</Teleport >
78
81
</ClientOnly >
79
82
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