diff --git a/components/index/cards/button.js b/components/index/cards/button.js
index 7201113e..4af7dfee 100644
--- a/components/index/cards/button.js
+++ b/components/index/cards/button.js
@@ -11,6 +11,7 @@ export default function Buttons({
link,
primary,
overrideColor,
+ zIndex,
...props
}) {
let fontWeight = primary ? '700' : '400'
@@ -18,8 +19,9 @@ export default function Buttons({
return (
+
+