diff --git a/css/calendar_multiday.css b/css/calendar_multiday.css
index 196c243..772fb5c 100644
--- a/css/calendar_multiday.css
+++ b/css/calendar_multiday.css
@@ -831,6 +831,10 @@ table.calendar-legend tr.even .stripe {
   font-weight: bold;
 }
 
+/* we hide that to avoid other 
+ *.view-content divs to get cleared by accident
+ * and add a clearfix class to the div instead
+ 
 .view-content:after {
   content: ".";
   display: block;
@@ -838,6 +842,7 @@ table.calendar-legend tr.even .stripe {
   clear: both;
   visibility: hidden;
 }
+*/
 
 .attachment .calendar-calendar {
   margin-top: 20px;
