Support vertical scrolling of all information between app bar and bottom bar in email view

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-09 15:26:24 +07:00
committed by Dat H. Pham
parent 3ce7c60cef
commit a4d7fec6e1
4 changed files with 71 additions and 76 deletions
@@ -48,7 +48,7 @@ class HtmlContentViewerOnWeb extends StatefulWidget {
Key? key,
required this.contentHtml,
required this.widthContent,
required this.heightContent,
this.heightContent = 200,
this.allowResizeToDocumentSize = true,
this.useDefaultFont = false,
this.mailtoDelegate,