.StickyTable {
    background: $white;
    position: fixed;
    width: 1120px;
    z-index: 10;

    &-without-filter-form {
        padding-top: 20px;
    }
}

.StickyTable-table.ConflictsTable {
    margin: 0;
}
