fix(ui): card component with `to` prop: user can also lick on image to follow link
This commit is contained in:
parent
a54a80fd02
commit
aa77fda997
|
@ -154,6 +154,7 @@ const attributes = computed(() =>
|
|||
width: 100%;
|
||||
aspect-ratio: 1;
|
||||
position:relative;
|
||||
pointer-events: none;
|
||||
|
||||
&.with-padding {
|
||||
margin: var(--fw-card-padding) var(--fw-card-padding) calc(var(--fw-card-padding) / 2) var(--fw-card-padding);
|
||||
|
|
Loading…
Reference in New Issue