Fixed context menu is not visible when the table height is smaller than the menu height (fixes #195)

This commit is contained in:
Bernd Bestel 2019-04-06 14:41:43 +02:00
parent b6e80580ed
commit 45ae386005
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -199,6 +199,10 @@ td {
display: none; display: none;
} }
.dataTables_scrollBody {
overflow: visible !important;
}
/* Third party component customizations - toastr */ /* Third party component customizations - toastr */
#toast-container > div { #toast-container > div {
opacity: 1; opacity: 1;