[#48] added drag and drop and resize changes to events

This commit is contained in:
Camille Moussu
2025-07-31 17:51:55 +02:00
parent 85b580cd2a
commit cf59bcebe4
5 changed files with 98 additions and 12 deletions
+4 -9
View File
@@ -27,16 +27,11 @@ main {
position: relative;
}
.fc-timegrid-slot::after {
content: "";
position: absolute;
top: 50%;
left: 0;
right: 0;
border-top: 1px dotted #ccc;
pointer-events: none;
z-index: 1;
.fc .fc-timegrid-slot {
height: 30px !important;
min-height: 30px !important;
}
.fc .fc-timegrid-slot-label {
display: flex;
align-items: flex-start;