/*
 * Copyright (c) 2024 daring.systems SPRL (BCE 0660.615.926).
 * Unauthorized copying of this file, via any medium is strictly prohibited.
 * Proprietary and confidential.
 * Author(s) : David Michaluk <david@dare.systems>
 */

.change-list #changelist-filter {
    position: sticky;
    top: 0;
    overflow: auto;
    max-height: 100vh;
    flex: none;
}