fix overflow issues in short calendar events

This commit is contained in:
Gregor Vostrak
2025-09-29 12:19:27 +02:00
parent db2ae25efd
commit 61ae7edce5

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) {