Remove scrollbar from mailAttachment panel in print preview

This commit is contained in:
Hadi Nategh 2014-04-17 15:55:54 +00:00
parent d0c3f48031
commit 221b3b83af
2 changed files with 2 additions and 0 deletions

View File

@ -693,6 +693,7 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
}
.mailDisplayAttachments{
border: none;
overflow: visible !important;
position: inherit !important;
}
.et2_button {

View File

@ -686,6 +686,7 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
}
.mailDisplayAttachments {
border: none;
overflow: visible !important;
position: inherit !important;
}
.et2_button {