scrollable last log trace

This commit is contained in:
gabryon99 2020-06-23 11:02:17 +02:00
parent f9c312aac5
commit 6aa7d4cdfe
3 changed files with 8 additions and 3 deletions

View file

@ -1241,3 +1241,8 @@ td.dt-body-right {
.bigger-icon {
font-size: 12rem;
}
.scrollable-log {
height: 16rem;
overflow-y: scroll;
}