Skip to content

Commit 1f4cd97

Browse files
authored
fix(list): remove unnecessary z-index (#7678)
**Related Issue:** #7599 ## Summary - removes z-index on a container within the list component
1 parent 6ae963e commit 1f4cd97

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/calcite-components/src/components/list-item/list-item.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ td {
5555

5656
tr:focus,
5757
td:focus {
58-
@apply focus-inset z-sticky;
58+
@apply focus-inset;
5959
}
6060

6161
.content,

packages/calcite-components/src/components/list/list.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
flex
1414
w-full
1515
flex-col
16-
bg-transparent
17-
relative
18-
z-default;
16+
bg-transparent;
1917
* {
2018
@apply box-border;
2119
}

0 commit comments

Comments
 (0)