@bethinkpl/design-system 41.1.3 → 41.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -197,6 +197,10 @@
|
|
|
197
197
|
left: 0;
|
|
198
198
|
position: absolute;
|
|
199
199
|
top: 0;
|
|
200
|
+
// keeps the ribbon above content elements with `position: relative` and no z-index.
|
|
201
|
+
// the default leaves room for content to layer within itself (1-9); override via
|
|
202
|
+
// `--ds-card-ribbon-z-index` when content needs a higher stacking order.
|
|
203
|
+
z-index: var(--ds-card-ribbon-z-index, 10);
|
|
200
204
|
}
|
|
201
205
|
}
|
|
202
206
|
}
|