mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-21 04:36:53 -06:00
Remove some cruft
This commit is contained in:
@@ -41,8 +41,6 @@
|
||||
}
|
||||
</ul>
|
||||
|
||||
<div [ngbNavOutlet]="nav" class="mt-2"></div>
|
||||
|
||||
<cdk-virtual-scroll-viewport
|
||||
autosize
|
||||
[minBufferPx]="200"
|
||||
|
||||
@@ -16,9 +16,7 @@
|
||||
}
|
||||
|
||||
.log-container {
|
||||
overflow-y: scroll;
|
||||
height: calc(100vh - 200px);
|
||||
top: 0;
|
||||
height: calc(100vh - 190px);
|
||||
|
||||
p {
|
||||
white-space: pre-wrap;
|
||||
|
||||
Reference in New Issue
Block a user