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
@@ -14,7 +14,6 @@ class EmailViewStyles {
static const EdgeInsetsGeometry emailContentPadding =
EdgeInsetsDirectional.only(
start: 16,
bottom: 16,
end: 16,
top: 8,
);