fix. 불필요한 속성 제거

This commit is contained in:
clkim
2026-02-11 16:55:13 +09:00
parent 01ccd07725
commit 45bd83d88c

View File

@@ -43,9 +43,6 @@ const handleScrollToTop = () => {
</template>
<style scoped>
.btn-top {
@apply bg-[image:var(--button-top)] bg-center bg-cover bg-no-repeat;
}
.btn-top:hover :deep(.icon) {
@apply -translate-y-[3px];
}