Remove some cruft

This commit is contained in:
shamoon
2025-11-19 12:56:56 -08:00
parent a094dfb67e
commit 377942c4f2
2 changed files with 1 additions and 5 deletions

View File

@@ -41,8 +41,6 @@
}
</ul>
<div [ngbNavOutlet]="nav" class="mt-2"></div>
<cdk-virtual-scroll-viewport
autosize
[minBufferPx]="200"

View File

@@ -16,9 +16,7 @@
}
.log-container {
overflow-y: scroll;
height: calc(100vh - 200px);
top: 0;
height: calc(100vh - 190px);
p {
white-space: pre-wrap;