mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 20:35:24 +00:00
(fix) small CSS fix to allow scrolling in the attachment menu (fixes #3413)
This commit is contained in:
@@ -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; }
|
||||
Reference in New Issue
Block a user