diff --git a/calendar/templates/default/edit.xet b/calendar/templates/default/edit.xet
index cd7f59b3d1..557f314e99 100644
--- a/calendar/templates/default/edit.xet
+++ b/calendar/templates/default/edit.xet
@@ -94,7 +94,7 @@
-
+
diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css
index 2fec4b7184..1a0e47b13c 100755
--- a/calendar/templates/pixelegg/app.css
+++ b/calendar/templates/pixelegg/app.css
@@ -1051,9 +1051,6 @@ div.calendar {
#calendar-edit .et2_tabs {
min-height: 246px;
}
-#calendar-edit .et2_tabcntr {
- overflow-y: auto;
-}
#calendar-edit input.hasDatepicker,
#calendar-edit #calendar-edit_start {
width: 129px;
diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less
index 9bc1f9f33d..02c481664f 100755
--- a/calendar/templates/pixelegg/app.less
+++ b/calendar/templates/pixelegg/app.less
@@ -425,12 +425,6 @@ div.calendar { position: relative; }
// Size for tabs
.et2_tabs {min-height: 246px;}
-
- .et2_tabcntr {
- overflow-y: auto;
- }
-
-
input.hasDatepicker,
#calendar-edit_start{width: 129px;}