Temp fix to put scroll bars back

pull/3863/head
Isaac Connor 2024-03-12 09:12:53 -04:00
parent 855da2cbc4
commit f926e98283
1 changed files with 8 additions and 0 deletions

View File

@ -69,3 +69,11 @@ input[type="number"].form-control {
#objdetectModal img {
width: 100%;
}
.bootstrap-table {
height: 100%;
}
.fixed-table-container {
height: 100%;
overflow-y: auto;
}