From ebf72146f514846144f2422fc9fe82b310cfb855 Mon Sep 17 00:00:00 2001 From: Natsuki Date: Tue, 5 Dec 2023 16:01:05 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B0=E3=83=AB=E3=83=BC=E3=83=97=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=94=BB=E9=9D=A2=E3=81=AE=E9=96=89=E3=81=98=E3=82=8B?= =?UTF-8?q?=E3=83=9C=E3=82=BF=E3=83=B3=E3=81=AFfixed=E3=81=AB=E5=A4=89?= =?UTF-8?q?=E6=9B=B4=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GroupManager/DesktopGroupManager.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GroupManager/DesktopGroupManager.vue b/src/components/GroupManager/DesktopGroupManager.vue index 1c37fe2f49..ab47ba5cff 100644 --- a/src/components/GroupManager/DesktopGroupManager.vue +++ b/src/components/GroupManager/DesktopGroupManager.vue @@ -41,7 +41,7 @@ const { openGroupCreateModal } = useGroupCreateModalOpener() scrollbar-gutter: stable; } .close { - position: absolute; + position: fixed; top: 30px; right: 60px; }