feat. ScrollTop 버튼 추가

This commit is contained in:
clkim
2025-10-24 13:08:18 +09:00
parent 3729a2bcb7
commit 34605d606a
9 changed files with 226 additions and 10 deletions

View File

@@ -115,7 +115,7 @@ const handleSplideMove = (_splide: SplideType, newIndex: number) => {
<style scoped>
.splide-pagination {
@apply flex items-center absolute bottom-10 left-1/2 -translate-x-1/2 z-10 md:bottom-[96px];
@apply flex items-center absolute bottom-10 left-1/2 -translate-x-1/2 z-[5] md:bottom-[96px];
}
.btn-pagination {
@apply relative;