Skip to content

Commit

Permalink
prevent clicking of slotted content in media card
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Nov 25, 2024
1 parent a7d67a9 commit 44b23c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uui-card-media/lib/uui-card-media.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export class UUICardMediaElement extends UUICardElement {
object-fit: cover;
width: 100%;
height: 100%;
pointer-events: none;
}
#open-part {
Expand Down

0 comments on commit 44b23c7

Please sign in to comment.