Fix logs UX

This commit is contained in:
Andras Schmelczer 2025-01-04 17:04:50 +00:00
parent 64274f4de5
commit d069939c6b
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 43 additions and 29 deletions

View file

@ -86,8 +86,10 @@
}
.logs-view {
display: flex;
flex-direction: column;
.logs-container {
max-height: 100%;
max-width: 100%;
overflow-y: auto;