Skip to content

Commit cd5b3ba

Browse files
authored
Merge pull request #236 from KerollesFathy/fix/dropdown-zindex-behind-sticky-header
fix(style): raise dropdown z-index above sticky header cells
2 parents dd8cc81 + 4f7c987 commit cd5b3ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
&__list {
236236
position: fixed;
237237
min-width: 8rem;
238-
z-index: 1;
238+
z-index: 10;
239239
cursor: pointer;
240240
background-color: var(--dt-cell-bg);
241241
border-radius: var(--dt-border-radius);

0 commit comments

Comments
 (0)