Skip to content

Commit 3ec3ba1

Browse files
authored
Merge pull request #1085 from dgodglueck/main
fix: adjust z-index for scheduler chip styling
2 parents 6666a2c + c6de7f2 commit 3ec3ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/scheduler-chip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export class SchedulerChip extends LitElement {
146146
height: var(--chip-height, 32px);
147147
background: none;
148148
user-select: none;
149-
z-index: 1;
149+
z-index: 0;
150150
align-items: center;
151151
justify-content: center;
152152
}

0 commit comments

Comments
 (0)