mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 12:08:12 -05:00
FIX: do not hide time when overflowing in month view (#35016)
This commit is contained in:
@@ -55,6 +55,10 @@
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.fc-dayGridMonth-view .fc-event-time {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
#upcoming-events-calendar {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user