fix(ui) - note overflow auto
This commit is contained in:
parent
2d763f8bd6
commit
0b9d5fd303
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue