mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Fix log container taller than viewport
This commit is contained in:
parent
50bcd3daf1
commit
e1254a053a
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
.log-container {
|
||||
overflow-y: scroll;
|
||||
height: calc(100vh - 190px);
|
||||
height: calc(100vh - 200px);
|
||||
top: 70px;
|
||||
|
||||
p {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue