From 0d79392cde4c282cbc3faf69fd697b3726638279 Mon Sep 17 00:00:00 2001 From: Innei Date: Fri, 30 Aug 2024 23:01:29 +0800 Subject: [PATCH] fix: new invitation button zindex Signed-off-by: Innei --- src/renderer/src/modules/settings/tabs/invitations.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/renderer/src/modules/settings/tabs/invitations.tsx b/src/renderer/src/modules/settings/tabs/invitations.tsx index c54d19d56..39596bc3e 100644 --- a/src/renderer/src/modules/settings/tabs/invitations.tsx +++ b/src/renderer/src/modules/settings/tabs/invitations.tsx @@ -46,20 +46,20 @@ export const SettingInvitations = () => {
- + { newInvitation.mutate() }} - className="center absolute bottom-0 right-2 size-10 rounded-full bg-accent text-white drop-shadow" + className="center absolute bottom-0 right-2 z-10 size-10 rounded-full bg-accent text-white drop-shadow" > - new invitation + New invitation