Skip to content

Commit

Permalink
Merge pull request #968 from umbraco/v1/bugfix/media-card-actions-z-i…
Browse files Browse the repository at this point in the history
…ndex

fix: bump media card action and tag slot z-index
  • Loading branch information
leekelleher authored Nov 25, 2024
2 parents ea35e87 + 72aa020 commit 1715114
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/uui-card-media/lib/uui-card-media.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export class UUICardMediaElement extends UUICardElement {
right: var(--uui-size-4);
display: flex;
justify-content: right;
z-index: 2;
}
slot[name='actions'] {
Expand All @@ -147,7 +148,7 @@ export class UUICardMediaElement extends UUICardElement {
right: var(--uui-size-4);
display: flex;
justify-content: right;
z-index: 2;
opacity: 0;
transition: opacity 120ms;
}
Expand Down

0 comments on commit 1715114

Please sign in to comment.