T272 Increased number of history items displayed. Added scrollbar

This commit is contained in:
2021-04-23 16:14:00 +02:00
parent 56b55518fd
commit a51cd05990
6 changed files with 14 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
.overflowedTableContent {
max-height: 750px;
overflow: scroll;
}