We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b23c7 commit 02c9166Copy full SHA for 02c9166
packages/uui-card-media/lib/uui-card-media.element.ts
@@ -164,6 +164,7 @@ export class UUICardMediaElement extends UUICardElement {
164
object-fit: cover;
165
width: 100%;
166
height: 100%;
167
+ /* TODO: remove temp 'pointer-events:none' fix when UUI 1.3 gets release. */
168
pointer-events: none;
169
}
170
0 commit comments