[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:
parent
0b8bbbbdc2
commit
d5d0211571
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue