Calender View move bug fix

This commit is contained in:
brausjonas
2023-05-07 18:06:21 +02:00
parent 67563b798d
commit 57ebdf002d
3 changed files with 41 additions and 11 deletions
+2 -3
View File
@@ -270,7 +270,6 @@ Calender View
.entry
{
background-color: #f80000;
border-radius: 10px;
display: flex;
flex-direction: column;
@@ -280,8 +279,8 @@ Calender View
cursor: move;
z-index: 10;
overflow: hidden;
margin-top: 4px;
margin-bottom: 4px;
margin-top: 1px;
margin-bottom: 1px;
}
.entry .resize-grab