We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afde106 commit 12e4a15Copy full SHA for 12e4a15
1 file changed
packages/web/src/components/gcds-card/gcds-card.css
@@ -64,6 +64,11 @@
64
.gcds-card__description {
65
--gcds-text-size-body-desktop: var(--gcds-card-description-font-desktop);
66
67
+ & > * {
68
+ z-index: 1;
69
+ position: relative;
70
+ }
71
+
72
@media only screen and (width < 48em) {
73
font: var(--gcds-card-description-font-mobile);
74
}
@@ -73,6 +78,7 @@
78
79
@layer link {
75
80
:host .gcds-card gcds-link::part(link):after {
81
+ z-index: 0;
76
82
position: absolute;
77
83
top: 0;
84
right: 0;
0 commit comments