
ui-context-menu {
    min-width: 237px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    padding: 6px;
    border: 1px solid #DEDEDE;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: white;
    flex-direction: column;
    z-index: 50;
}

