All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ui.static.css.stickyTableHeaders.css Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version

.sticky-table-headers table {
    border-collapse: separate;
    border-spacing: 0;
}

.sticky-table-headers tr.sticky-header, .sticky-table-headers thead.sticky-header {
    top: 0;
    z-index: 2;
    position: sticky;
}
.sticky-table-headers tr > .sticky-header {
    left: 0;
    z-index: 1;
    position: sticky;
}

.sticky-table-headers .sticky-header th {
    border-width: 0 !important;
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy