Fix scrolling for calendars/addressbooks lists

(cherry picked from commit b088f6f97f)
This commit is contained in:
Francis Lachapelle
2012-11-12 16:36:30 -05:00
parent 58bdf5c933
commit bc91cfe3d2
3 changed files with 14 additions and 17 deletions

View File

@@ -5,7 +5,8 @@ DIV#leftPanel
width: 19.25em;
bottom: 0px;
background-color: #CCDDEC;
overflow: hidden; }
overflow: auto;
overflow-x: hidden; }
DIV#schedulerTabs
{ position: absolute;
@@ -21,9 +22,6 @@ DIV#schedulerTabs .tab
{ left: 0px;
right: 0px; }
DIV#calendarSelectorView
{ overflow: hidden; }
DIV#calendarSelectorButtons
{ padding-left: 6px; }
@@ -44,8 +42,6 @@ UL#calendarList
padding: 0px;
list-style-type: none;
list-style-image: none;
overflow: hidden;
overflow-y: auto;
-moz-user-select: none;
-khtml-user-select: none; }