Skip to content

Commit b383c26

Browse files
pombredannejdaguil
authored andcommitted
Revert "#78 Added fixed vertical height for tree view"
This reverts commit f2c417a.
1 parent 2bf8d90 commit b383c26

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/scancode/templates/html-app/template.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@
6666
border: 1px solid #CCC;
6767
border-radius: 4px;
6868
}
69-
.tree_scrolling{
70-
overflow-x:scroll;
71-
overflow-y:scroll;
72-
height: 500px;
73-
}
7469
</style>
7570
</head>
7671
<body>
@@ -96,7 +91,7 @@
9691
-->
9792
<div class="row">
9893
<div class="col-md-4" id="leftCol">
99-
<div id="tree" class="tree_scrolling"></div>
94+
<div id="tree" style="overflow-x:scroll; overflow-y:auto;"></div>
10095
</div>
10196

10297
<div class="col-md-8">

0 commit comments

Comments
 (0)