.fixed-last-column tr > th:last-child,
.fixed-last-column tr > td:last-child {
    position: sticky !important;
    right: 0 !important;
    background: #fff;
}

.table {
    min-height: 400px !important;
}

/* .fixed-last-column tr > td:last-child .dropdown  {
    position: absolute;
} */