style: enhance AttendanceCalendar component with improved popover layout for better user interaction
This commit is contained in:
parent
57bdc43a5d
commit
e6f1fcc97e
@ -370,6 +370,13 @@ watch(
|
||||
padding: 0.5rem 0.75rem;
|
||||
}
|
||||
|
||||
.attendance-calendar .fc .fc-popover-body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.375rem;
|
||||
padding: 0.5rem 0.75rem;
|
||||
}
|
||||
|
||||
.attendance-calendar .fc .attendance-event {
|
||||
border: 0;
|
||||
border-radius: calc(var(--radius) - 4px);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user