
.context-menu-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;

    outline: 0;
    z-index: 1001;
    display: none;
    // opacity: 0;
    &.mask {
        bottom: 0;
        overflow: auto;
    }
    &.visible, &.renderVisible {
        display: block;
    }

    .context-menu-wrapper {
        position: absolute;
        min-width: 10px;
    }
}