fix(ui): card component with `to` prop: user can also lick on image to follow link

This commit is contained in:
upsiflu 2025-01-29 09:58:26 +01:00
parent a54a80fd02
commit aa77fda997
1 changed files with 1 additions and 0 deletions

View File

@ -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);