Skip to content

Commit c7254d6

Browse files
committed
make it show at the top
1 parent a3ccc5f commit c7254d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/Banner/PolicyBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function PolicyBanner() {
2222
}
2323

2424
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">
25+
<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">
2626
<div className="max-w-8xl mx-auto flex items-center">
2727
<div className="flex items-center">
2828
<div className="mr-2">

0 commit comments

Comments
 (0)