UNPKG

react-drag-panel

Version:
16 lines 338 B
/* src/components/PanelGrid.module.css */ .gridContainer { position: relative; } .gridItemPanel { position: absolute; } .dropIndicator { position: absolute; background-color: rgba(0, 128, 255, 0.2); border: 2px dashed #007aff; border-radius: 6px; pointer-events: none; z-index: 999; } /*# sourceMappingURL=index.css.map */