Transparent event bars.

This commit is contained in:
Leo Vasanko
2025-09-23 11:52:39 -06:00
parent 7816ccd196
commit 151566ba22
2 changed files with 21 additions and 18 deletions

View File

@@ -563,10 +563,10 @@ function applyRangeDuringDrag(st, startDate, endDate) {
align-items: center;
position: relative;
user-select: none;
z-index: 1;
z-index: 10;
text-align: center;
/* Ensure touch pointer events aren't turned into a scroll gesture; needed for reliable drag on mobile */
touch-action: none;
backdrop-filter: blur(.05rem);
}
.event-span.cont-prev {