Skip to content

Commit

Permalink
fix media thumbnail invading selection space
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Nov 25, 2024
1 parent 44b23c7 commit 02c9166
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%;
/* TODO: remove temp 'pointer-events:none' fix when UUI 1.3 gets release. */
pointer-events: none;
}
Expand Down

0 comments on commit 02c9166

Please sign in to comment.