mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-15 18:28:51 +00:00
(fix) small CSS fix to allow scrolling in the attachment menu (fixes #3413)
This commit is contained in:
committed by
Francis Lachapelle
parent
a9eecd76b3
commit
8166f48d10
@@ -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