forked from extern/egroupware
Remove scrollbar from mailAttachment panel in print preview
This commit is contained in:
parent
d0c3f48031
commit
221b3b83af
@ -693,6 +693,7 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
|
||||
}
|
||||
.mailDisplayAttachments{
|
||||
border: none;
|
||||
overflow: visible !important;
|
||||
position: inherit !important;
|
||||
}
|
||||
.et2_button {
|
||||
|
@ -686,6 +686,7 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
|
||||
}
|
||||
.mailDisplayAttachments {
|
||||
border: none;
|
||||
overflow: visible !important;
|
||||
position: inherit !important;
|
||||
}
|
||||
.et2_button {
|
||||
|
Loading…
Reference in New Issue
Block a user