fix. sns 배경 투명도 설정시 겹쳐보이는 이슈 수정

This commit is contained in:
clkim
2025-11-26 15:24:16 +09:00
parent bff3f80378
commit ea0ac82aab
2 changed files with 18 additions and 12 deletions

View File

@@ -119,7 +119,7 @@ onMounted(() => {
@apply relative pt-[48px] md:pt-[64px];
}
.utile-wrap {
@apply fixed flex flex-col z-[100]
@apply fixed flex flex-col items-end z-[100]
bottom-[12px] right-[12px] gap-2 md:bottom-[40px] md:right-[40px] md:gap-3;
}
.utile-wrap.is-stop {