fix(ui) - note overflow auto

This commit is contained in:
Shekar Siri 2022-11-28 16:43:58 +01:00
parent 2d763f8bd6
commit 0b9d5fd303

View file

@ -67,7 +67,7 @@ function ReadNote(props: Props) {
<Icon name="close" size={18} />
</div>
</div>
<div className="text-xl py-3 overflow-y-scroll capitalize-first" style={{ maxHeight: 400 }}>
<div className="text-xl py-3 overflow-y-auto capitalize-first" style={{ maxHeight: 400 }}>
{props.note.message}
</div>
<div className="w-full">