We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aee198 commit 630da0eCopy full SHA for 630da0e
src/components/Connection.tsx
@@ -1321,7 +1321,7 @@ const Connection: React.FC<ConnectionProps> = ({
1321
</Button>
1322
</PopoverTrigger>
1323
<PopoverContent className="w-50 p-4 mx-4 mb-2">
1324
- <div className="flex flex-col ">
+ <div className="flex flex-col max-h-80 overflow-y-auto">
1325
<div className="flex items-center pb-2 ">
1326
{/* Filter Name */}
1327
<div className="text-sm font-semibold w-12"><ReplaceAll size={20} /></div>
0 commit comments