(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
committed by Francis Lachapelle
parent a9eecd76b3
commit 8166f48d10

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; }