Skip to content

Commit

Permalink
Make voice autofill popup scrollable on contnent overflow (ohcnetwork…
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jun 28, 2024
1 parent 9c4af3d commit 6823a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Scribe/Scribe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ export const Scribe: React.FC<ScribeProps> = ({ fields, onFormUpdate }) => {
&#8203;
</span>

<div className="inline-block w-full max-w-md overflow-hidden rounded-2xl bg-white p-6 text-left align-middle shadow-xl transition-all">
<div className="inline-block max-h-[75vh] w-full max-w-md overflow-hidden overflow-y-auto rounded-2xl border-2 border-gray-300 bg-white p-6 text-left align-middle shadow-xl transition-all">
<div className="flex justify-between">
<h3 className="text-lg font-medium leading-6 text-gray-900">
Voice AutoFill
Expand Down

0 comments on commit 6823a48

Please sign in to comment.