UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

32 lines (27 loc) 655 B
/** * DevExtreme (widgets/common/contextMenu.less) * Version: 20.1.4 * Build date: Tue Jun 02 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; } }