diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index b3b26fc4c..167e89bac 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -20,7 +20,9 @@ DIV#tasksListView bottom: 0px; left: .2em; right: .7em; - padding: 0px; } + padding: 0px; + overflow-x: hidden; +} DIV#tasksListView H2 { font-size: 10pt; @@ -55,8 +57,9 @@ UL#tasksList, UL#calendarList { cursor: default; margin: .25em; padding: 0px; - overflow-x: hidden; + overflow: auto; overflow-y: auto; + overflow-x: hidden; border-bottom: 1px solid #fff; border-right: 1px solid #fff; border-top: 2px solid #222; @@ -270,7 +273,7 @@ TABLE#eventsList position: relative; width: 100%; } -TABLE#eventsList td.tbtv_subject_headercell, +TABLE#eventsList td.headerTitle, TABLE#eventsList td.headerLocation { width: 35%; }