mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-01 21:26:24 +00:00
Fix scrolling for calendars/addressbooks lists
(cherry picked from commit b088f6f97f)
This commit is contained in:
@@ -110,7 +110,8 @@ DIV#contactFoldersList
|
||||
bottom: 0px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
overflow: hidden; }
|
||||
overflow: auto;
|
||||
overflow-x: hidden; }
|
||||
|
||||
DIV#abToolbar
|
||||
{ padding-left: 6px; }
|
||||
|
||||
Reference in New Issue
Block a user