We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ccc5f commit c7254d6Copy full SHA for c7254d6
apps/web/src/components/Banner/PolicyBanner.tsx
@@ -22,7 +22,7 @@ export function PolicyBanner() {
22
}
23
24
return (
25
- <div className="dark:border-gray-95 fixed bottom-0 left-0 right-0 z-[10000] border-t bg-white px-4 py-8 text-black duration-300 animate-in slide-in-from-bottom lg:px-12 dark:bg-black dark:text-white">
+ <div className="dark:border-gray-95 fixed left-0 right-0 top-0 z-[10000] border-b bg-white px-4 py-8 text-black duration-300 animate-in slide-in-from-top lg:px-12 dark:bg-black dark:text-white">
26
<div className="max-w-8xl mx-auto flex items-center">
27
<div className="flex items-center">
28
<div className="mr-2">
0 commit comments