making slider vertical

This commit is contained in:
frankknoll
2022-03-30 20:24:18 +02:00
parent 80f430ef71
commit 02d6bea3f4
3 changed files with 15 additions and 6 deletions

View File

@@ -4903,4 +4903,8 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; }
.dataTables_wrapper>.row {
overflow: auto !important;
/*prevent datatables overflowing its container*/
}
}
.noUi-target {
height: 300px;
}