mirror of https://github.com/ColorlibHQ/gentelella
tables_dynamic overflow in mobile (responsiveness issue) - Solved it.pull/371/head
parent
03b485468c
commit
db5ac7c613
|
@ -4219,4 +4219,6 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; }
|
|||
|
||||
.daterangepicker.xdisplay { width:228px; }
|
||||
|
||||
|
||||
.dataTables_wrapper > .row{
|
||||
overflow:auto !important; /*prevent datatables overflowing its container*/
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue