/**
* DevExtreme (widgets/common/contextMenu.less)
* Version: 19.2.6
* Build date: Thu Jan 30 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@import (once) "./overlay.less";
@import (once) "./menuBase.less";

.dx-context-menu {
    &.dx-overlay-content {
        overflow: inherit;
        position: absolute;
    }

    .dx-menu-items-container {
        padding: 1px;
    }

    .dx-menu-item .dx-submenu {
        position: absolute;
        z-index: 1003;
    }

    .dx-menu-separator {
        height: 1px;
        margin: 5px 0;
    }
}
