Skip to content

Commit

Permalink
Merge pull request #8093 from coronasafe/develop
Browse files Browse the repository at this point in the history
Merge Develop to Staging v24.27.0 | Minor fix with scroll |
  • Loading branch information
khavinshankar authored Jun 28, 2024
2 parents c741542 + 6823a48 commit 2fdae2c
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 2fdae2c

Please sign in to comment.