fix overflow issues in short calendar events

This commit is contained in:
Gregor Vostrak
2025-09-29 12:19:27 +02:00
parent 0b45f3b473
commit 7f89fd8ea1

View File

@@ -451,6 +451,7 @@ watch(showEditTimeEntryModal, (value) => {
cursor: pointer;
box-shadow: var(--theme-shadow-card);
opacity: 0.9;
overflow: hidden;
}
.fullcalendar :deep(.fc-v-event) {