Skip to content

Commit da469dc

Browse files
committed
fix(frontend): event description flotting out of page on long texts
1 parent 2aee915 commit da469dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/calendar/site.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
.calendar_week td { width: 14%; height: 600px; text-align: left; padding: 10px; border-bottom: solid 1px #eee; vertical-align: top; border-right: solid 1px #eee; }
55
.event_details { cursor: pointer; z-index: 100; display: none; position: absolute; width: 300px; border: solid 1px #ddd; background-color: #fff; padding: 10px; }
66
.event_details td { padding: 5px; border: none; height: auto; }
7+
.event_detail {
8+
max-height: 35vh;
9+
overflow: auto;
10+
}

0 commit comments

Comments
 (0)