TF-1743: Hide Horizontal scroll bar in Email detail view
(cherry picked from commit 491cd1d59c69e9a308700ee1bc4032b87284380c)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user