Bug 17946. Trees must be contained within a fixed div. r=hyatt, a=jack

This commit is contained in:
waterson%netscape.com 1999-11-04 08:33:08 +00:00
Родитель 13b962fc30
Коммит 24d414017c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -238,7 +238,7 @@ Rights Reserved.
<!-- results tree -->
<box id="results_box" flex="50%" align="vertical">
<!-- FIX ME - div is hack to make tree scroll properly -->
<html:div flex="1">
<html:div flex="1" style="width:100px; height:100px;">
<tree id="resultsTree"/>
</html:div>
</box>