(fix) small CSS fix to allow scrolling in the attachment menu (fixes #3413)

This commit is contained in:
Ludovic Marcotte
2016-12-29 15:32:56 -05:00
parent 119792786f
commit a8335541e8
+4 -1
View File
@@ -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; }