From 0747d4e3450312ac8a4833cb25945a0e56a45a03 Mon Sep 17 00:00:00 2001 From: kennethllontop <110421004+kennethllontop@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:14:27 -0700 Subject: [PATCH] Update schedule.scss --- _sass/custom/schedule.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_sass/custom/schedule.scss b/_sass/custom/schedule.scss index d227155..193ec59 100644 --- a/_sass/custom/schedule.scss +++ b/_sass/custom/schedule.scss @@ -112,13 +112,13 @@ background-color: $purple-000; } /* Styling for overlapping events */ - /* &[style*="left: 50%"] { + &[style*="left: 50%"] { left: 50%; - width: 50%; Reduced width for side-by-side display - } */ + width: 50%; /* Reduced width for side-by-side display */ + } - /* &[style*="z-index: 2"] { - z-index: 2; Higher z-index for overlapping events - } */ + &[style*="z-index: 2"] { + z-index: 2; /* Higher z-index for overlapping events */ + } } }