Skip to content

Commit

Permalink
Update schedule.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethllontop authored Oct 27, 2024
1 parent ed9bd51 commit 94f11d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _sass/custom/schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}
}
}

0 comments on commit 94f11d4

Please sign in to comment.