mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-03 07:44:25 +00:00
fix(mail(css)): restrict the viewport of the message body viewer
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (C) 2005-2013 Inverse inc.
|
||||
Copyright (C) 2005-2022 Inverse inc.
|
||||
Copyright (C) 2005 SKYRIX Software AG
|
||||
|
||||
This file is part of SOGo.
|
||||
@@ -425,7 +425,8 @@ DIV.mailer_mailcontent
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
overflow: auto; }
|
||||
overflow: auto;
|
||||
transform: translateX(0); }
|
||||
|
||||
DIV.mailer_mailcontent TABLE
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user