diff --git a/_sass/custom/schedule.scss b/_sass/custom/schedule.scss index 915b1d5..5ae1ad5 100644 --- a/_sass/custom/schedule.scss +++ b/_sass/custom/schedule.scss @@ -108,6 +108,14 @@ } &.discussion { background-color: $purple-000; + /* Styling for overlapping events */ + &[style*="left: 50%"] { + left: 50%; + width: 50%; /* Reduced width for side-by-side display */ + } + + &[style*="z-index: 2"] { + z-index: 2; /* Higher z-index for overlapping events */ } } }