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 e8313ec commit 79cae91Copy full SHA for 79cae91
src/components/rule-builder/modals/MCPDialog.tsx
@@ -16,7 +16,7 @@ export const MCPDialog: React.FC<MCPDialogProps> = ({ isOpen, onClose }) => {
16
<ConfirmDialog isOpen={isOpen} onClose={onClose}>
17
<ConfirmDialogHeader>MCP Instructions</ConfirmDialogHeader>
18
<ConfirmDialogContent>
19
- <div className="space-y-4 text-sm text-gray-300">
+ <div className="space-y-4 text-sm text-gray-300 max-h-[70vh] overflow-y-auto p-1">
20
<div className="mb-4 p-3 bg-gray-800/50 rounded-md">
21
<h3 className="text-md font-semibold text-gray-100 mb-1">Why use MCP Integration?</h3>
22
<p>
0 commit comments