Skip to content

Commit 7f89fd8

Browse files
committed
fix overflow issues in short calendar events
1 parent 0b45f3b commit 7f89fd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/js/packages/ui/src/FullCalendar/TimeEntryCalendar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ watch(showEditTimeEntryModal, (value) => {
451451
cursor: pointer;
452452
box-shadow: var(--theme-shadow-card);
453453
opacity: 0.9;
454+
overflow: hidden;
454455
}
455456
456457
.fullcalendar :deep(.fc-v-event) {

0 commit comments

Comments
 (0)