Skip to content

Commit

Permalink
(fix) small CSS fix to allow scrolling in the attachment menu (fixes …
Browse files Browse the repository at this point in the history
…#3413)
  • Loading branch information
extrafu authored and cgx committed Jan 7, 2017
1 parent a9eecd7 commit 8166f48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion UI/WebServerResources/MailerUI.css
Expand Up @@ -894,4 +894,7 @@ A#iCalendarDeleteFromCalendar

A#iCalendarAddToCalendar
{ border-left: 2px solid #E6E7E6;
margin-left: 5px;}
margin-left: 5px;}

DIV#attachmentsMenu
{ overflow: auto; max-height: 300px; }

0 comments on commit 8166f48

Please sign in to comment.