@underverse-ui/underverse 1.0.0 → 1.0.3
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.
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -403,6 +403,8 @@ var Badge = ({
|
|
|
403
403
|
"focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-1",
|
|
404
404
|
clickable && "cursor-pointer hover:shadow-sm active:scale-95",
|
|
405
405
|
pulse && "animate-pulse",
|
|
406
|
+
"relative z-0",
|
|
407
|
+
// Ensure badges stay below sticky headers (z-20, z-50)
|
|
406
408
|
variantStyles[variant]
|
|
407
409
|
);
|
|
408
410
|
if (dot) {
|