Skip to content

Commit

Permalink
Remove z-index from Footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Jul 25, 2023
1 parent 7687a41 commit a87f1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Footer = () => {
return (
<div className="min-h-0 p-5 mb-11 lg:mb-0">
<div>
<div className="fixed flex justify-between items-center w-full z-20 p-4 bottom-0 left-0 pointer-events-none">
<div className="fixed flex justify-between items-center w-full p-4 bottom-0 left-0 pointer-events-none">
<div className="flex space-x-2 pointer-events-auto">
{nativeCurrencyPrice > 0 && (
<div className="btn btn-primary btn-sm font-normal cursor-auto">
Expand Down

0 comments on commit a87f1df

Please sign in to comment.