ItEr54S04ValidacionEProbasFuncionaisItEr53S04: [Bug #409] Not redundant vertical scroll shown
This commit is contained in:
parent
5ea27cfe3a
commit
abd05eba3d
2 changed files with 5 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ planner = self;
|
|||
|
||||
<center border="0">
|
||||
<borderlayout sclass="plannerlayout_center">
|
||||
<west flex="false" collapsible="true" splittable="true" autoscroll="true" width="300px"
|
||||
<west flex="false" collapsible="true" splittable="true" width="300px"
|
||||
id="taskdetailsContainer" sclass="taskdetailsContainer">
|
||||
<div sclass="leftpanelgap" id="insertionPointLeftPanel"></div>
|
||||
</west>
|
||||
|
|
|
|||
|
|
@ -926,3 +926,7 @@ body .perspectives-column {
|
|||
overflow: visible;
|
||||
}
|
||||
|
||||
.taskdetailsContainer {
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue