fix. 템플릿 수정
This commit is contained in:
@@ -18,7 +18,7 @@ const handleScrollToTop = () => {
|
||||
|
||||
<style scoped>
|
||||
.btn-top {
|
||||
@apply relative rounded-full bg-[image:var(--button-top)] bg-center bg-cover bg-no-repeat z-[100]
|
||||
@apply relative rounded-full bg-[image:var(--button-top)] bg-center bg-cover bg-no-repeat
|
||||
w-[40px] h-[40px] md:w-[48px] md:h-[48px]
|
||||
after:content-[''] after:absolute after:top-0 after:left-0 after:w-full after:h-full after:bg-white after:rounded-full after:opacity-0 after:transition-all after:duration-300 after:ease-in-out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user