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 committed Dec 29, 2016
1 parent 1197927 commit a833554
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 a833554

Please sign in to comment.