Need height: 100% to make logsTable div take up the space and show scrollbar

pull/3659/head
Isaac Connor 2023-01-17 20:05:10 -05:00
parent 8300a7b40d
commit 1a4c349505
1 changed files with 1 additions and 0 deletions

View File

@ -33,4 +33,5 @@ th[data-field="DateTime"] {
}
#logsTable {
overflow-y: auto;
height: 100%;
}