mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix log container taller than viewport
This commit is contained in:
		| @@ -11,7 +11,7 @@ | |||||||
|  |  | ||||||
| <div [ngbNavOutlet]="nav" class="mt-2"></div> | <div [ngbNavOutlet]="nav" class="mt-2"></div> | ||||||
|  |  | ||||||
| <div class="bg-dark p-3 mb-3 text-light text-monospace log-container"> | <div class="bg-dark p-3 text-light text-monospace log-container"> | ||||||
|   <p |   <p | ||||||
|     class="m-0 p-0 log-entry-{{getLogLevel(log)}}" |     class="m-0 p-0 log-entry-{{getLogLevel(log)}}" | ||||||
|     *ngFor="let log of logs">{{log}}</p> |     *ngFor="let log of logs">{{log}}</p> | ||||||
|   | |||||||
| @@ -17,7 +17,7 @@ | |||||||
|  |  | ||||||
| .log-container { | .log-container { | ||||||
|   overflow-y: scroll; |   overflow-y: scroll; | ||||||
|   height: calc(100vh - 190px); |   height: calc(100vh - 200px); | ||||||
|   top: 70px; |   top: 70px; | ||||||
|  |  | ||||||
|   p { |   p { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon