Temp fix to put scroll bars back
parent
855da2cbc4
commit
f926e98283
web/skins/classic/css/base/views
|
@ -69,3 +69,11 @@ input[type="number"].form-control {
|
||||||
#objdetectModal img {
|
#objdetectModal img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bootstrap-table {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.fixed-table-container {
|
||||||
|
height: 100%;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue