fix. gnb 모바일 여백 수정

This commit is contained in:
clkim
2025-11-25 14:05:59 +09:00
parent ca48347f82
commit a6027036d2

View File

@@ -528,7 +528,7 @@ onMounted(() => {
}
.official {
@apply overflow-x-hidden overflow-y-scroll mb-2 md:flex md:items-center md:space-x-8 md:mb-0 md:overflow-visible;
@apply overflow-x-hidden overflow-y-scroll pb-2 md:flex md:items-center md:space-x-8 md:pb-0 md:overflow-visible;
}
.custom-theme-scrollbar::-webkit-scrollbar {
@apply w-1;