﻿.sortby-control-container {
    max-height: 100%;
    /* position: relative; */
    /* height: 100%; */
    /*padding: var(--norma--padding-sm);*/
    min-height:36px
}

.working-set-sortby-manage-columns-card {
    position: absolute;
    z-index: 1000;
    top: 35px;
    inset-inline-end: 0px;
    width: 100%;
    border-radius: 15px;
    bottom: 0;
    box-shadow: 0px 3px 6px #00000029;
    height: calc(100% - 36px);
}
