diff --git a/components/navigation/chatSticky.js b/components/navigation/chatSticky.js
index 358d805ce..b57480af1 100644
--- a/components/navigation/chatSticky.js
+++ b/components/navigation/chatSticky.js
@@ -5,11 +5,7 @@ import styles from "./chatSticky.module.css";
const ChatSticky = () => {
return (
-
+
);
};
diff --git a/components/navigation/chatSticky.module.css b/components/navigation/chatSticky.module.css
index 37b42c0ce..6803e419b 100644
--- a/components/navigation/chatSticky.module.css
+++ b/components/navigation/chatSticky.module.css
@@ -1,11 +1,3 @@
.Container {
- @apply fixed bottom-[30px] w-full z-10;
-}
-
-.Navigation {
- @apply container px-2 xl:px-4 flex items-center justify-between relative transition-all mx-auto h-full left-auto;
-}
-
-.NavigationContainer {
- @apply flex flex-auto justify-end;
+ @apply fixed bottom-8 right-2 sm:right-8 z-30;
}
diff --git a/components/utilities/kapa.js b/components/utilities/kapa.js
index 0e2e5c2cd..16593137e 100644
--- a/components/utilities/kapa.js
+++ b/components/utilities/kapa.js
@@ -15,28 +15,24 @@ const Kapa = () => {
}
};
let kapaWidget = (
-
-
-
- {/*
-
Try our new docs assistant!
-
*/}
-
-
-
+ data-button-hide="true"
+ data-modal-override-open-id="kapa-ai"
+ data-modal-lock-scroll="false"
+ data-modal-border-radius="6px"
+ data-modal-image-height="18px"
+ data-answer-feedback-button-active-border="1px solid #808495"
+ data-user-analytics-cookie-enabled="false"
+ >
+ >
);
return kapaWidget;
diff --git a/components/utilities/kapa.module.css b/components/utilities/kapa.module.css
index 63fcc5b19..c4fca455b 100644
--- a/components/utilities/kapa.module.css
+++ b/components/utilities/kapa.module.css
@@ -22,12 +22,13 @@
}
}
-.AskButtonContainer {
- @apply flex justify-end;
-}
-
.AskButton {
- @apply flex items-center justify-center p-0 rounded-md h-8 px-4 cursor-pointer bg-gray-100 text-white hover:opacity-90 hover:shadow-sm;
+ @apply flex items-center justify-center
+ rounded-md
+ h-8
+ py-0 px-4
+ cursor-pointer
+ bg-gray-100 text-white hover:opacity-90 hover:shadow-sm;
animation: wiggle 2s 1;
}