Draggable Objects

This commit is contained in:
brausjonas
2023-05-05 15:01:20 +02:00
parent 1ebcecf640
commit b96ce074b3
2 changed files with 103 additions and 35 deletions
+2 -1
View File
@@ -248,12 +248,13 @@ Calender View
justify-content: space-between;
padding: 0px 2px;
align-items: center;
cursor: move;
}
.entry .resize-grab
{
height: 3px;
cursor: row-resize;
cursor: ns-resize;
width: 100%;
}