Skip to content

Commit 036ce20

Browse files
committed
Set the process tree to overflow on its own so the remaining panel contents with remain static.
1 parent b510c75 commit 036ce20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/processes/processes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<button type="button" class="btn btn-primary btn-icon" ng-click="vm.getProcesses(true)"><i class="ion-loop"></i></button>
3838
</div>
3939
</div>
40-
<div js-tree="vm.treeConfig" ng-model="vm.treeProcesses"></div>
40+
<div js-tree="vm.treeConfig" ng-model="vm.treeProcesses" class="pre-scrollable"></div>
4141
</div>
4242
</div>
4343
</div>

0 commit comments

Comments
 (0)