fix: gs spreadsheet scroll issue (#2020)

This commit is contained in:
Dhruwang Jariwala
2024-02-07 13:15:47 +05:30
committed by GitHub
parent e80d71e654
commit b264b2473b
@@ -195,7 +195,7 @@ export default function AddIntegrationModal({
{!disabled && (
<DropdownMenu.Portal>
<DropdownMenu.Content
className="z-50 min-w-[220px] rounded-md bg-white text-sm text-slate-800 shadow-md"
className="z-50 max-h-[10rem] min-w-[220px] overflow-auto rounded-md bg-white text-sm text-slate-800 shadow-md"
align="start">
{items &&
items.map((item) => (