Revert "Revert "Removed the "fix_scrollbarbug" div and all references to it.""
[citadel.git] / webcit / event.c
index 6106ec1dbca0637eb8f3224852f3ef70b4e99a9e..56cee1e077f80ddbbce69da8821537e9f0d3e82c 100644 (file)
@@ -171,8 +171,6 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum,
 
        wc_printf("<div id=\"content\" class=\"service\">\n");
 
-       wc_printf("<div class=\"fix_scrollbar_bug\">");
-
        /************************************************************
         * Uncomment this to see the UID in calendar events for debugging
        wc_printf("UID == ");
@@ -772,8 +770,6 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum,
        end_tab(3, 3);
        wc_printf("</form>\n");
 
-       wc_printf("</div>\n");                  /* end 'fix_scrollbar_bug' div */
-
        StrBufAppendPrintf(WC->trailing_javascript,
                "eventEditAllDay();             \n"
                "RecurrenceShowHide();          \n"