mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-02 13:46:23 +00:00
(fix) set a max-height so we can scroll in the attendees list (fixes #3666)
This commit is contained in:
committed by
Francis Lachapelle
parent
b3741e65c8
commit
617fcbbf19
@@ -90,7 +90,7 @@ LABEL.calendarName
|
||||
}
|
||||
|
||||
DIV#attendeesMenu
|
||||
{ overflow: auto; }
|
||||
{ overflow: auto; max-height: 300px; }
|
||||
|
||||
DIV.fakeTextArea
|
||||
{ overflow: auto;
|
||||
|
||||
Reference in New Issue
Block a user