added DragAndDrop component

This commit is contained in:
2021-08-01 21:41:38 +02:00
parent 62cebf7c71
commit ead5c0f322
2 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
.active{
border: dashed grey 4px;
background-color: rgba(255,255,255,.8);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
}
.dragAndDrop{
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
}