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 28, 2024
1 parent 6c260e4 commit 0747d4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _sass/custom/schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}
}
}

0 comments on commit 0747d4e

Please sign in to comment.