Skip to content

Commit

Permalink
bump z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrasmussen committed Nov 25, 2024
1 parent 8f781ce commit 72aa020
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 72aa020

Please sign in to comment.