Skip to content

Commit 72aa020

Browse files
committed
bump z-index
1 parent 8f781ce commit 72aa020

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/uui-card-media/lib/uui-card-media.element.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export class UUICardMediaElement extends UUICardElement {
139139
right: var(--uui-size-4);
140140
display: flex;
141141
justify-content: right;
142+
z-index: 2;
142143
}
143144
144145
slot[name='actions'] {
@@ -147,7 +148,7 @@ export class UUICardMediaElement extends UUICardElement {
147148
right: var(--uui-size-4);
148149
display: flex;
149150
justify-content: right;
150-
151+
z-index: 2;
151152
opacity: 0;
152153
transition: opacity 120ms;
153154
}

0 commit comments

Comments
 (0)