File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/renderer/src/modules/settings/tabs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,20 +46,20 @@ export const SettingInvitations = () => {
46
46
< SettingsTitle />
47
47
< div className = "absolute inset-x-0 bottom-10 top-4 flex flex-col" >
48
48
< Tooltip >
49
- < TooltipTrigger >
49
+ < TooltipTrigger asChild >
50
50
< MotionButtonBase
51
51
type = "button"
52
52
onClick = { ( ) => {
53
53
newInvitation . mutate ( )
54
54
} }
55
- className = "center absolute bottom-0 right-2 size-10 rounded-full bg-accent text-white drop-shadow"
55
+ className = "center absolute bottom-0 right-2 z-10 size-10 rounded-full bg-accent text-white drop-shadow"
56
56
>
57
57
< i className = "i-mingcute-user-add-2-line size-4" />
58
58
</ MotionButtonBase >
59
59
</ TooltipTrigger >
60
60
61
61
< TooltipContent >
62
- new invitation
62
+ New invitation
63
63
</ TooltipContent >
64
64
</ Tooltip >
65
65
< ScrollArea . ScrollArea scrollbarClassName = "w-1" rootClassName = "flex grow" >
You can’t perform that action at this time.
0 commit comments