diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 3934f1b56f..a401849a50 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -865,11 +865,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget max-height: 400px; overflow: auto; } -.calendar_calAddEvent { - position: absolute; - width: 100%; - z-index: 10; -} .calendar_calAddEvent:hover { background-color: #ffdd73; cursor: pointer; diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index 3c759b42c1..f41b63846b 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -993,12 +993,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget overflow: auto; } -.calendar_calAddEvent{ - position: absolute; - width: 100%; - z-index: 10; -} - .calendar_calAddEvent:hover{ // .background-color-50-gray; background-color: @egw_color_1_e;