@antv/x6
Version:
JavaScript diagramming library that uses SVG and HTML for rendering
28 lines • 565 B
JavaScript
;
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.content = void 0;
/**
* Auto generated file, do not modify it!
*/
exports.content = `.x6-widget-dnd {
position: absolute;
top: -10000px;
left: -10000px;
z-index: 999999;
display: none;
cursor: move;
opacity: 0.7;
}
.x6-widget-dnd.dragging {
display: inline-block;
}
.x6-widget-dnd.dragging * {
pointer-events: none !important;
}
.x6-widget-dnd .x6-graph {
background: transparent;
box-shadow: none;
}
`;
//# sourceMappingURL=raw.js.map