Need height: 100% to make logsTable div take up the space and show scrollbar
parent
8300a7b40d
commit
1a4c349505
|
@ -33,4 +33,5 @@ th[data-field="DateTime"] {
|
|||
}
|
||||
#logsTable {
|
||||
overflow-y: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue