diff --git a/public/css/components/calendar.css b/public/css/components/calendar.css index 9edc1c0f2..ddf35e3e7 100644 --- a/public/css/components/calendar.css +++ b/public/css/components/calendar.css @@ -75,7 +75,7 @@ .fhc-calendar-week-page .all-day-event{ max-height: 75px; - overflow:scroll; + overflow:auto; } .fhc-calendar-week-page .all-day-event-container{ @@ -106,7 +106,7 @@ .fhc-calendar-day-page .all-day-event { grid-column:2; max-height: 75px; - overflow: scroll; + overflow: auto; } .fhc-calendar-day-page .all-day-event-container { diff --git a/public/js/components/DashboardWidget/Studiengang.js b/public/js/components/DashboardWidget/Studiengang.js index 3542bb523..2dd667538 100644 --- a/public/js/components/DashboardWidget/Studiengang.js +++ b/public/js/components/DashboardWidget/Studiengang.js @@ -13,7 +13,7 @@ export default { this.$emit('setConfig', false); }, template:/*html*/` -