diff --git a/public/css/schedule.less b/public/css/schedule.less index f7f0a7368..791c1cdb6 100644 --- a/public/css/schedule.less +++ b/public/css/schedule.less @@ -2,7 +2,7 @@ .schedule-detail-controls { .box-shadow(0, 0, 0, 1px, @gray-lighter); - z-index: 4; // The content may clip, this ensures the separator and dropdown is always visible + z-index: 5; // The content may clip, this ensures the separator and dropdown is always visible > * { margin-bottom: .5em;