"fix for bug #1304: to big tooltips show only lower right corner"

This commit is contained in:
Ralf Becker 2008-11-12 18:42:02 +00:00
parent f0a4de499b
commit 77d28f30e8

View File

@ -218,6 +218,8 @@ e.g. the div with class calTimeGrid is generated by the timeGridWidget method of
border-style: solid;
border-radius: 6px;
-moz-border-radius: 6px;
max-height: 400px;
overflow: auto;
}
.calAddEvent{