Answers for "dropdown menu table last scrolls table bootstrap"

1

dropdown menu table last scrolls table bootstrap

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        overflow: inherit;
    }
}
Posted by: Guest on March-17-2022

Code answers related to "dropdown menu table last scrolls table bootstrap"

Browse Popular Code Answers by Language