mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
refactor(frontend): resolve scrollbar styling issues (repo selection form) (#11298)
This commit is contained in:
parent
7f0b9e6ac2
commit
6c8bef60f6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user