Calendar: Set overflow to auto. Fixes #516

master
Thomas Tanghus 2013-02-05 13:42:28 +01:00
parent f6565d4857
commit 89cd0a0852
1 changed files with 1 additions and 1 deletions

View File

@ -134,5 +134,5 @@ margin-bottom:4px;
}
#fullcalendar{
overflow: scroll;
overflow: auto;
}