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

@@ -1,7 +1,7 @@
/* Button Size Classes */
@layer components {
.modal-wrap {
@apply fixed inset-0 flex p-5 z-[500];
@apply fixed inset-0 flex p-5 z-[800];
}
.modal-wrap.dimmed {