mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
fix overflow issues in short calendar events
This commit is contained in:
@@ -451,6 +451,7 @@ watch(showEditTimeEntryModal, (value) => {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-shadow: var(--theme-shadow-card);
|
box-shadow: var(--theme-shadow-card);
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullcalendar :deep(.fc-v-event) {
|
.fullcalendar :deep(.fc-v-event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user