From dfd991330695517f13269545e534b51a79e063ec Mon Sep 17 00:00:00 2001 From: Johannes Rauh Date: Mon, 15 Dec 2025 08:40:58 +0100 Subject: [PATCH] Increase z-index for `.schedule-detail-controls` --- public/css/schedule.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;