Skip to content

Commit c6de7f2

Browse files
author
dgodglue
committed
fix: adjust z-index for scheduler chip styling
fix: adjust z-index for scheduler chip styling
1 parent 6666a2c commit c6de7f2

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)