ItEr54S04ValidacionEProbasFuncionaisItEr53S04: [Bug #409] Not redundant vertical scroll shown

This commit is contained in:
Lorenzo Tilve 2010-04-12 17:36:47 +02:00 committed by Javier Moran Rua
parent 5ea27cfe3a
commit abd05eba3d
2 changed files with 5 additions and 1 deletions

View file

@ -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>

View file

@ -926,3 +926,7 @@ body .perspectives-column {
overflow: visible;
}
.taskdetailsContainer {
overflow-x: scroll;
overflow-y: hidden;
}