TF-1743: Hide Horizontal scroll bar in Email detail view

(cherry picked from commit 491cd1d59c69e9a308700ee1bc4032b87284380c)
This commit is contained in:
HuyNguyen
2023-04-24 23:30:41 +07:00
committed by Dat Vu
parent 13a3976a61
commit 1c984421d5
2 changed files with 25 additions and 1 deletions
@@ -53,7 +53,7 @@ String generateHtml(String content, {
</style>
${javaScripts ?? ''}
</head>
<body>
<body style = "overflow-x: hidden">
<div class="tmail-content">$content</div>
</body>
</html>