1
0
forked from ScoDoc/ScoDoc

Fix horizontal scroll of large datatables

This commit is contained in:
Emmanuel Viennet 2024-08-25 22:04:06 +02:00
parent 73c263b895
commit 26c306cf16

View File

@ -2480,7 +2480,8 @@ li.notes_formation_list {
padding-top: 10px; padding-top: 10px;
} }
.dt-scroll-body { .dt-scroll-body,
.dt-scroll-head {
overflow: initial !important; overflow: initial !important;
} }