Skip to content

Commit 1715114

Browse files
authored
Merge pull request #968 from umbraco/v1/bugfix/media-card-actions-z-index
fix: bump media card action and tag slot z-index
2 parents ea35e87 + 72aa020 commit 1715114

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)