Temp fix to put scroll bars back
parent
855da2cbc4
commit
f926e98283
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue