mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
refactor(frontend): resolve scrollbar styling issues (repo selection form) (#11298)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user