RumyantsevMichael/yart

View on GitHub
src/GridTablePackage/MainModule/components/Table.pcss

Summary

Maintainability
Test Coverage
.component {
    overflow: overlay;

    display: grid;
}

.columns {
    position: relative;
}

.inner {
    position: relative;
}

.header {
    position: sticky;
    top: 0;
    z-index: 1;
}

.footer {
    position: sticky;
    bottom: 0;
    z-index: 1;
}