fix. 공통 스크롤바 스타일 수정, 여백 수정

This commit is contained in:
clkim
2025-11-26 13:09:39 +09:00
parent 77fced1249
commit 72009d43ca
5 changed files with 10 additions and 6 deletions

View File

@@ -2,11 +2,11 @@ body ::-webkit-scrollbar-track {
@apply bg-transparent;
}
body ::-webkit-scrollbar {
@apply w-5;
@apply w-[12px] h-[12px];
}
body ::-webkit-scrollbar-thumb {
@apply w-1 bg-[#D9D9D9] rounded-full bg-clip-padding border-solid border-transparent border-8;
@apply w-1 h-1 bg-[#D9D9D9] rounded-full bg-clip-padding border-solid border-transparent border-[4px];
}
.custom-theme-scrollbar::-webkit-scrollbar-thumb {