Skip to content

Commit a70d5b5

Browse files
fixup
1 parent 11a51c9 commit a70d5b5

File tree

7 files changed

+1
-4
lines changed

7 files changed

+1
-4
lines changed

editors/dataset/data-set-element-editor.ts

-4
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,6 @@ export class DataSetElementEditor extends LitElement {
462462
min-height: 80%;
463463
}
464464
465-
action-list {
466-
z-index: 0;
467-
}
468-
469465
*[iconTrailing='search'] {
470466
--mdc-shape-small: 28px;
471467
}

foundation.ts

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const styles = css`
4343
background-color: var(--mdc-theme-surface);
4444
overflow-y: scroll;
4545
display: flex;
46+
z-index: 0;
4647
}
4748
4849
.listitem.header {
Loading
Loading

0 commit comments

Comments
 (0)