[Bug #661] Fix bug

Oversized watermark height setting overflow hidden to avoid the need of
scaling when taskarea changes

FEA: ItEr63S03BugFixing
This commit is contained in:
Lorenzo Tilve 2010-11-09 16:17:32 +01:00
parent 0b8bbbbdc2
commit d5d0211571

View file

@ -1441,4 +1441,12 @@ display:none;
.filter-more-options .z-groupbox-hl {
cursor:pointer;
}
#ganttpanel #timetracker {
overflow: hidden;
}
.second_level_ #watermark .timetracker_column_even {
height: 99999px;
}