diff --git a/public/css/components/calendar.css b/public/css/components/calendar.css
index 9be771adf..3e6eeb3e2 100644
--- a/public/css/components/calendar.css
+++ b/public/css/components/calendar.css
@@ -69,8 +69,27 @@
display: grid;
}
+.all-day-event-border{
+ box-shadow: 1px 1px 0 #dee2e6;
+}
+
+.all-day-event{
+ max-height: 75px;
+ overflow:scroll;
+}
+
+.all-day-event-container{
+ position: sticky;
+ top: 44px;
+ display:grid;
+ grid-template-columns:repeat(7,1fr);
+ width:100%;
+ box-shadow: 0px 1px 0px #dee2e6;
+ z-index:3;
+}
+
/* grid hour lines of the Stundenplan use box-shadow instead of border because box-shadow renders consistently on different viewports*/
-.box-shadow-border-top{
+.box-shadow-border{
box-shadow: 0 0 0 1px #dee2e6 !important;
}
diff --git a/public/js/components/Calendar/Calendar.js b/public/js/components/Calendar/Calendar.js
index cdef23aa9..c3515df45 100644
--- a/public/js/components/Calendar/Calendar.js
+++ b/public/js/components/Calendar/Calendar.js
@@ -250,9 +250,6 @@ export default {
this is a placeholder which means that no template was passed to the Calendar Page slot
-this is a placeholder which means that no template was passed to the Calendar Page slot
+this is a placeholder which means that no template was passed to the Calendar Page slot
+this is a slot placeholder
this is a placeholder which means that no template was passed to the Calendar Page slot