[Style] Add custom scrollbar styling for SelectBox components (#5879)

This commit is contained in:
Jin Yi
2025-10-23 23:10:07 +09:00
committed by GitHub
parent fb66637765
commit bd3f02065a
3 changed files with 38 additions and 3 deletions

View File

@@ -243,7 +243,7 @@ const pt = computed(() => ({
},
listContainer: () => ({
style: { maxHeight: listMaxHeight },
class: 'overflow-y-auto scrollbar-hide'
class: 'scrollbar-custom'
}),
list: {
class: 'flex flex-col gap-0 p-0 m-0 list-none border-none text-sm'

View File

@@ -159,7 +159,7 @@ const pt = computed(() => ({
},
listContainer: () => ({
style: `max-height: ${listMaxHeight}`,
class: 'overflow-y-auto scrollbar-hide'
class: 'scrollbar-custom'
}),
list: {
class: