mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-01 03:33:40 -05:00
fix: gs spreadsheet scroll issue (#2020)
This commit is contained in:
committed by
GitHub
parent
e80d71e654
commit
b264b2473b
+1
-1
@@ -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) => (
|
||||
|
||||
Reference in New Issue
Block a user