refactor(frontend): resolve scrollbar styling issues (repo selection form) (#11298)

This commit is contained in:
Hiep Le
2025-10-09 23:47:53 +07:00
committed by GitHub
parent 7f0b9e6ac2
commit 6c8bef60f6

View File

@@ -71,7 +71,7 @@ export function GenericDropdownMenu<T>({
{...getMenuProps({
ref: menuRef,
className: cn(
"w-full overflow-auto p-1",
"w-full overflow-auto p-1 custom-scrollbar-always",
stickyTopItem || stickyFooterItem
? "max-h-[calc(15rem-3rem)]"
: "max-h-60", // Reserve space for sticky items