:host {
    max-height: 100%;
}

ez-modal-container {
    --ez-modal-container-overflow-y: hidden;
}

ez-list {
    height: 100%;
}

.list-scroll {
    height: 100%;
    overflow-y: auto;
    padding-right: var(--snk-grid-config__main--padding-right);
}

.with-header {
    max-height: calc(100% - 125px);
}

.without-header {
    max-height: calc(100% - 85px);
}

.list-scroll::-webkit-scrollbar {
    width: var(--space--small);
    min-width: var(--space--small);
    max-width: var(--space--small);
}

.hidden {
    display: none;
}